Foundations of Programming - pt 8 - Back to Basics: Exceptions

Foundations of Programming - pt 8 - Back to Basics: Exceptions

Exceptions are such powerful constructs that developers can get a little overwhelmed and far too defensive when dealing with them. This is unfortunate because exceptions actually represent a key opportunity for developers to make their system considerably more robust. In this chapter we’ll look at three distinct aspects of exceptions : handling, creating and throwing them. Since exceptions are unavoidable you can neither run nor hide, so you might as well leverage.

Read More:

http://codebetter.com/blogs/karlseguin/archive/2008/05/29/foundations-of-programming-pt-8-back-to-basics-exceptions.aspx

Thanks

Leave a Reply

You must be logged in to post a comment.