September 1, 2008
Generation 5 » Stop Catching Exceptions! – A strategy that (i) uses finally as the first resort for containing corrupting and maintaining invariants, (ii) uses catch locally when the exceptions thrown in an area are completely understood, and (iii) surrounds independent units of work with try-catch blocks is an effective basis for using exceptions
Reverse-engineer Source [...]
Read the full article →
May 18, 2008
Google Doctype – Documenting the Open Web – Google Doctype is an open encyclopedia and reference library. Written by web developers, for web developers. It includes articles on web security, JavaScript DOM manipulation, CSS tips and tricks, and more. The reference section includes a growing library
Testability Explorer – TestabilityExplorer.org records the testability scores for many [...]
Read the full article →