“>The capability to throw exceptions in Java gives a much-needed flexibility tothe language. By being able to exit from the normal program flow, code canremain clear and easy to maintain. As is usual, with this added flexibilitycomes the temptation to abuse it. It is quite common to use exceptions as a wayto exit out of a method during normal program flow. Although this style ofprogramming is tempting, it is an abuse of exceptions that causes the code to bedifficult to maintain and de
continue >>
Author:
Time:
Tuesday, February 5th, 2008 at 2:49 am
Category:
Comments:
You can leave a response, or trackback from your own site.
RSS:
You can follow any responses to this entry through the RSS 2.0 feed.
Navigation: