Coding best practices: Difference between revisions

Content deleted Content added
Marked page as uncited.
m clean up, typos fixed: refered → referred using AWB
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. 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. This is often referedreferred to as Functional and Detailed Specifications.
 
== Architecture ==