Featured Post

Apache htaccess Quick Tips

http://www.noupe.com/php/htaccess-techniques.html Our apache configs are pretty complex these days, but this article is a good read for anyone needing a ‘back-to-basics’ primer. This is a quick read, covering 12 small htaccess snippets ranging from compressing asset files and forcing download...

Read More

Exceptions vs Failure Return Codes

Posted by Ryan | Posted in Public | Posted on 29-04-2010

0

http://codeutopia.net/blog/2010/03/11/should-a-failed-function-return-a-value-or-throw-an-exception/

Quick read on when to use exceptions vs when to use return codes.  I think the author does a good job of making something that is a gray area for some developers a little more black and white.

Write a comment