Sunday, July 15, 2012

Try/catch logic = Code smell

be mindful of using the try/catch block as logic. It's a code smell that my nose has a particular dislike for, and often used by newbies or those of us in a big hurry to meet a deadline.
Chris Ballance
 http://stackoverflow.com/questions/248961/c-sharp-using-statement-catch-error

No comments:

Post a Comment