Adaption SoftwareThere is a revolution going on.
 . Home . Contact .   
XP Practices: Coding Standard

In order for the team to share all of the code, there must be a single coding standard to which everyone adheres. This allows everyone to be comfortable working on any of the code, since it all looks the same. What this standard is doesn't matter. The main thing is that everyone adheres to it. For obvious reasons it makes sense to use a standard close to something that is common in the industry.

[Next Practice]

    - One Team
    - TDD
    - Pairing
    - Refactoring
    - Simple Design
    - Small Releases
    - Planning Game
    - Integration
    - Shared Code
    - Work Pace
    - Customer Tests
    - Code Standard
    - Metaphor