Extreme programming practices: Difference between revisions

Content deleted Content added
m Reverting possible vandalism by 122.148.34.253 to version by Cydebot. False positive? Report it. Thanks, ClueBot NG. (884669) (Bot)
m ISBNs (Build KC)
Line 130:
==Shared understanding==
=== Coding standard ===
Coding standard is an agreed upon set of rules that the entire development team agree to adhere to throughout the project. The standard specifies a consistent style and format for source code, within the chosen programming language, as well as various programming constructs and patterns that should be avoided in order to reduce the probability of defects.<ref>{{cite book | last = Kolawa | first = Adam | coauthors = Huizinga, Dorota | title = Automated Defect Prevention: Best Practices in Software Management | url = http://www.wiley.com/WileyCDA/WileyTitle/productCd-0470042125.html | year = 2007 | publisher = Wiley-IEEE Computer Society Press | ___location =| page=75| pages =426 | isbn = 04700421250-470-04212-5 }}</ref> The coding standard may be a standard conventions specified by the language vendor (e.g. The Code Conventions for the Java Programming Language, recommended by Sun), or custom defined by the development team.
 
=== Collective code ownership ===