Should I use using in tandem with try/catch instead of nesting a try/catch inside of a try/catch?
This suggests that the try/catch should probably sit within the using. I felt the temptation today to nest a try/catch in a try/catch and then I did some Googling and talked myself out of it.
No comments:
Post a Comment