摘要:
原文:http://onjava.com/pub/a/onjava/2003/11/19/exceptions.html?page=1One of the problems with exception handling is knowing when and how to use it. In this article, I will cover some of the best practices for exception handling. I will also summarize the recent debate about the use of checked exceptio 阅读全文
摘要:
Ted GraHam 提到了39 条 CheckList, 我觉得还是总结的挺全面.Are exceptions used to indicate error rather than returning status or error codes?使用异常来只是错误而不是使用状态或者错误代码值 Are all classes and public methods commented with .NET style comments?? Note that comments should discuss the "what" of public methods.? Discu 阅读全文