this post was submitted on 28 Feb 2024
1001 points (96.9% liked)

Programmer Humor

37254 readers
143 users here now

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

Rules:

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 51 points 1 year ago* (last edited 1 year ago) (1 children)

Super-advanced java devs like me do it like try{} catch (Exception e) { System.out.println("something went wrong"); e.printStackTrace(); }