TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
What is the most evil code you have ever seen in production?
16 points
by
damir
almost 4 years ago
1 comment
karmakaze
almost 4 years ago
This one gave me a chuckle:<p>> Smuggle octal literals into a list of decimal numbers like this:<p><pre><code> array = new int [] { 111, 120, 013, 121, };</code></pre>