IT Readings Log   

Sunday, November 20, 2005

What's Wrong With This Code: Exceptions

I really like this type of articles, where the reader's mind is challenged to identify problems or figure out solutions. My believe (and not only mine) is that human mind learns only if challenged with problems, only if it is forced to face dilemmas and to come up with solutions for problems in a given time period.

But this article is not about that, it is a technical code tip on Java / C# type of structures / coding style, related to the usage of “exceptions” and code performance. The challenge is to figure out what is wrong with the code…

http://www.devsource.com/article2/0,1759,1882578,00.asp?kc=DSRSS04029TX1K0000651

The above article is the second one in the “What's Wrong With This Code” type of articles by the same author. The first one is interesting, too:

http://www.devsource.com/article2/0,1759,1835510,00.asp

I hope I will see more of these articles showing up on same website or anywhere else.

0 Comments:

Post a Comment

<< Home