this post was submitted on 21 Jun 2023
11 points (92.3% liked)

Programming Horror

1634 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 1 year ago
MODERATORS
 
top 3 comments
sorted by: hot top controversial new old
[–] docAvid@midwest.social 1 points 1 year 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 8 months ago

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

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

Unit tests be like