Coding best practices: Difference between revisions

Content deleted Content added
No edit summary
MarshBot (talk | contribs)
Adding {{linkless}} template to orphan article using AWB
Line 1:
{{linkless}}
'''Best coding practices''' can be broken into many levels based on the coding language, the platform, the target environment and so forth. Using best practices for a given situation greatly reduces the probability of introducing errors into your [[applications]], regardless of which [[software development]] model is being used to create that application.
 
Line 34 ⟶ 35:
== Deployment ==
Deployment is the final stage of releasing an application for users. If you get this far in your project your in the minority. Sorry, its the truth. Most programs dont make it this far. So take a break and pat yourself on the back!<ref name="bcp"/>
 
 
== References ==
<references/>
 
== See Alsoalso ==
*[[Automated code review]]
*[[Best practice exchange]]
*[[Software Assurance]]
 
== External Linkslinks ==