this post was submitted on 10 Jul 2025
958 points (99.8% liked)

Programmer Humor

25098 readers
1566 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] dejected_warp_core@piefed.world 33 points 1 week ago (11 children)

Speaking of coding out of spite, is nobody going to mention that his C code features a struct with over 20 fields in it?

[–] wise_pancake@lemmy.ca 20 points 1 week ago* (last edited 1 week ago) (5 children)
[–] qqq@lemmy.world 10 points 1 week ago* (last edited 1 week ago) (4 children)

Not really, but I'd probably try to organize those into sub structures where it made sense. A data structure holding the UI state and FFT data all flat is kinda messy imo since it becomes unclear what is actually required where.

[–] DrunkEngineer@lemmy.world 2 points 1 week ago

It is spite coding though.

He probably has a bunch of gotos too.

load more comments (3 replies)
load more comments (3 replies)
load more comments (8 replies)