690

Which will probably be never.

you are viewing a single comment's thread
view the rest of the comments
[-] zaphod@sopuli.xyz 3 points 1 month ago

Just enable all compiler warnings (and disable the ones you don't care about), a good C compiler can tell you about using unassigned variables.

[-] nexussapphire@lemm.ee 1 points 1 month ago* (last edited 1 month ago)

Still learning, they just covered compiler flags in cs. They didn't go into detail yet though.

Edit: I've used python for years and they have something equally dumb. You can have a function in a massive application that is broken and the moment it's called, the application crashes.

At any other point the application will just run as if nothing is wrong even though python evaluates everything at runtime. I'm sure they can't do much because the initial launch would be slow.

this post was submitted on 15 Aug 2024
690 points (98.5% liked)

Programmer Humor

19207 readers
1316 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 1 year ago
MODERATORS