this post was submitted on 02 Feb 2024
22 points (100.0% liked)

Programmer Humor

32461 readers
737 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 9 months ago

I'll take Python's "program exited four hours into runtime" over C++''s "this memory is uninitialized so it's less than, equal to, and greater than zero at the same time, hope you never try to do any of checks on it!" undefined behaviour any time.

At least with Python, you know something went wrong.