JustANoone to Programmer Humor@lemmy.mlEnglish · 3 years agoI love universityimagemessage-square13linkfedilinkarrow-up194arrow-down11
arrow-up193arrow-down1imageI love universityJustANoone to Programmer Humor@lemmy.mlEnglish · 3 years agomessage-square13linkfedilink
minus-squareMasterBlasterlinkfedilinkEnglisharrow-up3·3 years agoThanks for looking that up, because the application exception is the way I originally learned this myself. And I’ve been doing .net for 20 years.
minus-squareJustANooneOPlinkfedilinkEnglisharrow-up2·3 years agoDo you guys still use it in practice though? I have never seen or heard about this until now.
minus-squareMasterBlasterlinkfedilinkEnglisharrow-up2·3 years agoI 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.
Thanks for looking that up, because the application exception is the way I originally learned this myself. And I’ve been doing .net for 20 years.
Do you guys still use it in practice though? I have never seen or heard about this until now.
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.