Development Best Practices - Documentation before Development¶
Overview¶
This note establishes guidelines for best practices in software and web development with regard to Documenting before Coding.
Documentation is Key to become successful in software development and architecture.
Questions¶
Before developing or coding anything, first answer all the following questions:
- Where is the Requirements Specification?
- Where is the Impact Analysis Document?
- Where is the Design Document?
- Have you documented all the assumptions and limitations properly?
- Have you done a review of all the documents?
- Did you get sign off on all the documents from all the stakeholders?
Once you have positive answers for all the above questions, you are safe and ready to proceed for the coding. Many organizations would have strict rules to be followed, but others would not have. Best practice is to complete all the required documentation and take appropriate approvals before proceeding for the software coding.
Thoughts¶
So, again it is one of the best practices to have documentation as much as possible. Few important documents, which will prepare you for future are:
- Design Approaches
- Tips and Tricks
- Special functions, commands and instructions
- Lessons learnt
- Peculiar situations
- Debugging methods
- Best Practices
- Anything which can help you in future
Keeping documents electronically does not cost you. So let’s start maintaining required documentation.
Appendix: Links¶
- Development
- Documentation
Backlinks:
list from [[Development Best Practices - Documentation before Development]] AND -"Changelog"