Classic Movies and Books

Learn Software Development

All about the processes involved in software development

Core practices of Extreme Programming

Filed Under Model, Process, Development, Software | Posted on December 12, 2007

The development methodology known as ‘Extreme Programming’ has 12 ‘Core Practices’. These can be grouped together into some groups:
Fine scale feedback
* Test driven development: Top XP teams practice “test-driven development”, working in very short cycles of adding a test, then making it work. Almost effortlessly, teams produce code with nearly 100 percent test coverage, which […]