Pages

Thursday, March 18, 2010

Test Driven Development for Embedded C++ Programmers

image 

Src:blog.briandicroce.com/2008/03/

 

A lot of articles are available explaining TDD for Java and .NET. However I rarely find “good” TDD articles for C++ and C. 


James Grenning explains TDD for embedded C++ programmers in a step by step approach in this article

Sunday, March 07, 2010

Comparison of Heavy and Lightweight methodologies

Waterfall Vs Agile 


Several articles have been written comparing the heavyweight and the lightweight methods. 

However, I found this document to be very comprehensive in comparison.

 


 


The document compares the Heavy Weight methods like
Waterfall, UP and Spiral Model  with the Light weight methods like

  XP, Scrum, FDD, DFDM,etc.