I like to think it's a former web designer who's thinking Important
this post was submitted on 21 Jun 2023
26 points (100.0% liked)
Programming Horror
1909 readers
1 users here now
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
founded 2 years ago
MODERATORS
Unit tests be like
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.
If !!true
Dude, this is so non-non heinous
if (!(1-1))
De Morgan strikes again!
I have to know what that comment says
Comment leaked
Ignore the double test text