Coding best practices: Difference between revisions

Content deleted Content added
m Typo & format fix, Replaced: its the → it's the using AWB
Line 25:
 
== Code Building ==
Building the code is really just a small part of the total project effort even though its what most people equate with the whole process since itsit'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==
Line 46:
 
==External links==
 
[[Category:Software development]]
[[Category:Software development process]]