Posted on October 21, 2009Static analysis for Ruby and Python
As a developer of static analysis tool for mainstream statically-typed languages, like C++ and Java, I was wondering for quite a while about how well static analysis applies to dynamically-typed languages, like Ruby and Python.
FDA Software Articles
Posted on October 15, 2009Adopting Bug-Hunting Tools While Staying Agile
While the Agile Manifesto’s principle of “individuals and interactions over processes and tools” seems to de-emphasis the need for tools, Agile teams use many tools to support their development – including software configuration management tools,...