Coding best practices: Difference between revisions

Content deleted Content added
DRogers (talk | contribs)
DRogers (talk | contribs)
Minor grammar changes for readability
Line 17:
 
== Requirements ==
Everyone needs to be on the same page before jumping into programming. This is a fundamental truth to almost any endeavor and even more so when accomplishing a group driven programming task. If you are programming alone, you may find yourself adding or tweaking your application. which dependingDepending on who you ask, this can be a good thing,. butBut when you are looking at an enterprise piece of software, everyone involved in the project needs to understand clearly the requirements and goals of the project before moving forward. End of story.<ref name="bcp"/>
 
== Architecture ==