March 19, 2009
Writing good unit tests, Part 1: Follow your GUTs – JavaWorld – Just like production code, test code needs to be rigorously examined to ensure it's clean and bug free. In this first half of a two-part article, Klaus Berg makes the case for why good unit tests are as important as high-quality production code, [...]
Read the full article →
February 13, 2009
InfoQ: Language Parity: Closures and the JVM – In this presentation from the JVM Languages Summit 2008, Neal Gafter discusses closures on the JVM. Topics covered include the JVM libraries, the challenges of running other languages on the JVM, language-specific wrapper/shim libraries, ways of making the JVM more language-friendly, whether lambda expressions are too hard, [...]
Read the full article →