this post was submitted on 17 Jun 2023
93 points (98.9% liked)

Programmer Humor

32426 readers
1096 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
[โ€“] JustANoone 2 points 1 year ago (1 children)

Do you guys still use it in practice though? I have never seen or heard about this until now.

[โ€“] MasterBlaster 2 points 1 year ago

I don't create many exceptions in c#. The way I handle errors doesn't require it for (damn near) everything. Java makes throwing named errors more important, and consequently I wrote more for Java.