this post was submitted on 02 Nov 2025
182 points (98.9% liked)

Programmer Humor

38960 readers
307 users here now

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

Rules:

founded 6 years ago
MODERATORS
 

Increasingly so, the more experienced I get...

you are viewing a single comment's thread
view the rest of the comments
[–] HiddenLayer555@lemmy.ml 18 points 1 day ago* (last edited 1 day ago)

Proprietary software be like:

try:
    whatever()
except Exception:
    print("oops something went wrong uwu")
    print("also this is purely to get rid of the stack trace because apparently the only thing worse than not handling an exception is scaring the user with anything technical and/or exposing our trade secret architecture")