this post was submitted on 13 Oct 2023
327 points (95.8% liked)

Programmer Humor

32143 readers
146 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
[โ€“] bappity@lemmy.world 29 points 11 months ago* (last edited 11 months ago) (1 children)

I am guilty of passing Exception variables into try catches and not using them

[โ€“] fiah@discuss.tchncs.de 27 points 11 months ago* (last edited 11 months ago)
catch(error) {
  // todo
}