Coding best practices: Difference between revisions

Content deleted Content added
m Lifecycle: linked to XP Programming
Line 24:
 
== Code Building ==
Building the code is really just a small part of the total project effort even though itsit's what most people equate with the whole process since it's the most visible. Other pieces equally or even more important include what we have already gone over above namely [[requirements]], [[architecture]], [[Analysis of algorithms|analysis]], [[design]], and [[Software testing|testing]]. A best practice for building code involves daily builds and testing.<ref name="bcp"/>
 
== Peer review==