ArticleClick.com Home


   Login   Sign Up  

Software Validation Articles

Posted on October 21, 2009

Static 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.

Posted on October 15, 2009

Adopting 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,...