TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

What is the most evil code you have ever seen in production?

16 pointsby damiralmost 4 years ago

1 comment

karmakazealmost 4 years ago
This one gave me a chuckle:<p>&gt; Smuggle octal literals into a list of decimal numbers like this:<p><pre><code> array = new int [] { 111, 120, 013, 121, };</code></pre>