programming
-

Background: Many programming languages allow extremely long user-defined variable and function names. Frequently, companies will have a specific policy on naming: for example, forbidding abbreviations and requiring descriptive variable names (e.g., “CALCULATE_TOTAL_COMPOUND_INTEREST” would be OK, but “COMPINT” or “CCI” would not). The Issue: Normally, this makes sense: if someone has to read a bunch of…
-
The issue: Sometimes, you don’t like a programming language (like Perl or Python), or a natural language (like English or Spanish). You might have your reasons, or maybe not—maybe you just want to destroy it completely for no reason at all! Proposal: Here’s a simple way to go about wreaking destruction on the language…
