Unit tests be like
this post was submitted on 21 Jun 2023
21 points (95.7% liked)
Programming Horror
1974 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 @Ategon@programming.dev
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
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.
If !!true
if (!(1-1))
Dude, this is so non-non heinous