Extreme programming practices: Difference between revisions

Content deleted Content added
Citation bot (talk | contribs)
m Alter: isbn. | You can use this bot yourself. Report bugs here. | User-activated.
Line 153:
 
=== Simple design ===
Programmers should take a "simple is best" approach to software design. Whenever a new piece of code is written, the author should ask themselves 'is there a simpler way to introduce the same functionality?'. If the answer is yes, the simpler course should be chosen. Refactoring should also be used, to make complex code simpler.
 
=== System metaphor ===