this post was submitted on 13 Oct 2023
332 points (95.9% liked)

Programmer Humor

32288 readers
110 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
[–] Limitless_screaming@kbin.social 13 points 1 year ago (3 children)

Function is changing a global variable, the global variable is checked after every call to the function. That's your return value.

[–] qaz@lemmy.world 11 points 1 year ago* (last edited 1 year ago) (1 children)

I spent 3 hours debugging the serialization code to find out it the crash was because the function didn't have a return statement.

[–] Limitless_screaming@kbin.social 10 points 1 year ago

Sorry, cannot relate; Everything is a boolean when you're using JavaScript.

[–] ekky43@lemmy.dbzer0.com 4 points 1 year ago

That's..... Terrible. Truly the stuff of nightmares!