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

Credits

founded 2 years ago
MODERATORS
 
top 7 comments
sorted by: hot top controversial new old
[–] lasagna@programming.dev 3 points 2 years ago

Unit tests be like

[–] CaptPretentious@lemmy.world 3 points 2 years ago

I like to think it's a former web designer who's thinking Important

[–] docAvid@midwest.social 3 points 2 years ago (1 children)

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?

[–] VaxHacker@programming.dev 1 points 1 year ago

I did once see if (!x) strcpy(x, ""); It was from a VB "programmer" who was experimenting with C. In production code.

[–] OsrsNeedsF2P@lemmy.ml 0 points 2 years ago (2 children)
[–] pe1uca@lemmy.pe1uca.dev 1 points 2 years ago

if (!(1-1))

[–] burgersc12@sh.itjust.works 1 points 2 years ago

Dude, this is so non-non heinous