In the previous chapters, we have often talked about the importance of documentation and why it's a very crucial part of any project.
People often neglect the documentation aspect. Everyone knows and realizes the importance of documentation, but somehow miss implementing this practice. Often, this leads to project failures. The reasons for not following the practice could be many but the impact of not having documentation can be suicidal. Some of the pitfalls are:
- The stake-holders, the project champion, the consultant, and the developer not being on the same page
- No clarity on final scope and delivery
- Missed KPIs in dashboards
- Significant difference between expected and delivered UI(User Interface)
- Difficulty for a developer to modify code written by another developer
- Havoc created by change management
- Validation issue arising from lack of test...