this post was submitted on 17 Jan 2025
388 points (99.2% liked)

Programmer Humor

36902 readers
4 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
[–] intensely_human@lemm.ee -1 points 5 months ago (3 children)

So catching errors and doing nothing? That exists in every language except maybe BASIC?

[–] HK65@sopuli.xyz 7 points 5 months ago

Catching individual errors is fine. Having all errors be ignored by default is weird.

[–] locuester@lemmy.zip 3 points 5 months ago

Very different. This means default ignore all errors and continue to the next line. You’d have to explicitly catch every line in most(all?) other languages.

[–] skullgiver@popplesburger.hilciferous.nl 2 points 5 months ago* (last edited 4 months ago)

[This comment has been deleted by an automated system]