Coding Standard
For a team to work effectively in pairs, and to share ownership of all the code, all the programmers need to write the code in the same way, with rules that ensure the code communicates clearly.
The specifics of the coding standard aren't all that important, just that all team members follow the same standard.
Here are some sample coding standards:
Ruby - Ruby Coding Convention
C++ - CERN C++ Coding Standard
For more information about Extreme Programming, visit our Resources page.
Copyright ©2001-, Mayford Technologies Inc. All rights reserved.