Coding best practices: Difference between revisions

Content deleted Content added
m Fixed a typo in a reference. Please see Category:CS1 errors: unsupported parameter.
Deployment: fixed template
Line 399:
 
=== Deployment ===
{{Main|Software deployment|Deployment environment}}
{{Main|
Deployment is the final stage of releasing an application for users. Some best practices are:<ref>{{Cite web|url=https://dzone.com/articles/7-application-deployment-best|title=7 Application Deployment Best Practices - Done Devops|website=dzone.com}}</ref><ref>{{Cite web|url=https://lwn.net/Articles/562333/|title=The seven deadly sins of software deployment [LWN.net]|website=lwn.net}}</ref>
# Keep the installation structure simple: Files and directories should be kept to a minimum. Don’t install anything that’s never going to be used.