Blog Stats
  • Posts - 178
  • Articles - 0
  • Comments - 234
  • Trackbacks - 171

 

Exception Prevention vs. Exception Handling

I read a blog entry somewhere in the past week about this topic and wish I could find it again.  If you know the permalink, send it to me please.  I guess that every one has their own view about this topic but I practice both approaches.  I try to handle exceptions that I know will possibly come up like a connection that should be open but is not, a file that is locked by another process, etc.  My concern is that I am noticing that some developers use exception prevention exclusively and by-pass exception handling.  Is this a wide-spread practice?  Surely it is not a best practice but I have to wonder how many people are using this approach?!?!?!

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Feedback

# re: Exception Prevention vs. Exception Handling

Gravatar Is this it?

http://blogs.gotdotnet.com/BradA/permalink.aspx/c9c61dbf-62a9-474f-a5fe-c171cdedb4f6 5/18/2004 4:21 PM | Mark

# re: Exception Prevention vs. Exception Handling

Gravatar No, that wasn't it. A good article, though. 5/19/2004 9:43 AM | Jason Bentley

Post A Comment
Title:
Name:
Email:
Website:
Comment:
Verification:
 
 

 

 

Copyright © Jason Bentley