dinsdag 21 april 2009

Exception Driven Development

This blog entry below mentions Exception Driven Development. This simply means that if an exception occurs in your software, first fix the exception handling code before solving the actual problem.

The main reason for this is that when the problem is fixed first, the exception handling code can't be tested anymore.

The blog entry also mentions ELMAH, which is an alternative to Windows Error Reporting.

Geen opmerkingen:

(function($){ $(document).ready(function(){ dp.SyntaxHighlighter.BloggerMode(); dp.SyntaxHighlighter.ClipboardSwf = 'http://syntaxhighlighter.googlecode.com/svn/tags/1.5.1/Scripts/clipboard.swf'; dp.SyntaxHighlighter.HighlightAll('code'); }); })(jQuery);