Extreme programming: Difference between revisions

Content deleted Content added
Tags: Reverted Mobile edit Mobile web edit
Fix typos
Tag: Reverted
Line 55:
 
==== Coding ====
The practitoonerspractitioners and also the advocates of XP make the point that that the main in XP is code itself, thrythey argue that the only truly important product of the system development process is code – software instructions that a computer can interpret. Without code, there is no working product.
 
Coding can be used to figure out the most suitable solution. Coding can also help to communicate thoughts about programming problems. A programmer dealing with a complex programming problem, or finding it hard to explain the solution to fellow programmers, might code it in a simplified manner and use the code to demonstrate what they mean. Code, say the proponents of this position, is always clear and concise and cannot be interpreted in more than one way. Other programmers can give feedback on this code by also coding their thoughts.