Open Source Programmers Stink At Error Handling
Mark Cappel writes: "LinuxWorld columnist Nick Petreley has a few choice words for for the open source community in 'Open source programmers stink at error handling'. Do you think commercial software handles errors better?"
1.1
main( arguments ){
try{
--code goes here--
}catch( exception ){
printout "I'm sorry $username, I'm affraid I can't do that"
}}
--- Metamoderating abusive downgraders since my 300th post.