If !!true
Programming Horror
Welcome to Programming Horror!
This is a place to share strange or terrible code you come across.
For more general memes about programming there's also Programmer Humor.
Looking for mods. If youre interested in moderating the community feel free to dm @[email protected]
Rules
- Keep content in english
- No advertisements (this includes both code in advertisements and advertisement in posts)
- No generated code (a person has to have made it)
Credits
if (!(1-1))
Dude, this is so non-non heinous
I have to know what that comment says
Comment leaked
Ignore the double test text
Wow I'm a comment
I like mine better
De Morgan strikes again!
Unit tests be like
I like to think it's a former web designer who's thinking Important
Ever see things like: if ((x == 0) == true)
?
Or: x = y == 'z' ? true : false
?
Some things just really make me worry about people, you know?
I did once see if (!x) strcpy(x, "");
It was from a VB "programmer" who was experimenting with C. In production code.