Why do Java people frequently consume exceptions silently?

前端 未结 28 1623
傲寒
傲寒 2020-11-29 17:50

I never did any serious Java coding before, but I learned the syntax, libraries, and concepts based on my existing skills (Delphi & C#). One thing I hardly understand i

28条回答
  •  渐次进展
    2020-11-29 18:13

    because it is a best practice. I thought everybody knew.
    but the cold truth is that nobody really understands how to work with exceptions. The C error handing style made so much more sense.

提交回复
热议问题