Tarkvara kokkuvõte inglise keeles
Small releases:2-3weeks,as smaller as better-the way to ensure expectations development,small release cycle are
workable, because most important built first.
Simple design:runs tests;no duplicate code;states programmers intent clearly for all code;fewest possible classes
and methods.
XP design is continuous process happening on conseptual and physical layers.
Tests is written before coding;Client writes test to verify the story;programmers write tests to verufy code
mustakes.
Pair programming:one writes code,another verify.Both use one computer.-> less mistakes.
Refactoring: technique to improve code without changing functionality.
Collective ownership: means that application code can chenge anyone at anytime, so that responsibility shares.
Continuous programming:as case is programmed, it is itegrated into programm few times a day.
XP programmers have strictly 40-hours a week work,because of impressive development speed and continuous
stress.