Author: techfox9
Extreme programming..
Wednesday, June 10th, 2009 @ 10:57 pm
Finally! A methodology that makes sense to me!
http://www.extremeprogramming.org/
Basic rules:
* Make frequent small releases.
* The project is divided into iterations.
* Move people around.
* No functionality is added early.
* Refactor whenever and wherever possible.
* The customer is always available.
* Write/Code the unit test first (with stubs).
* Integrate often.
* Leave optimization till last.
* All code must have and must pass unit tests.
* When a bug is found, unit tests are created.
* No overtime.
* Code must be written to agreed standards.