- C# and .NET Core Test Driven Development
- Ayobami Adewole
- 112字
- 2021-06-25 22:00:27
Poor source code documentation
Code can be easily understood when written using the programming language's coding style and convention while avoiding the bad code pitfalls discussed earlier. However, source code documentation is very valuable and its importance in software projects cannot be overemphasized. Brief and meaningful documentation of classes and methods can give developers a quick insight into their internal structures and operations.
Understanding a complex or poorly written class becomes a nightmare when there is no proper documentation in place. When the original programmer that wrote the code is no longer around to provide clarifications, valuable productive time can be lost trying to understand how the class or method is implemented.
推薦閱讀
- Instant Testing with CasperJS
- Git Version Control Cookbook
- Spring 5企業(yè)級開發(fā)實戰(zhàn)
- JavaScript語言精髓與編程實踐(第3版)
- Python高級編程
- Learn Scala Programming
- Practical Windows Forensics
- Learning Python Design Patterns(Second Edition)
- Getting Started with Python Data Analysis
- Python:Master the Art of Design Patterns
- Learning JavaScript Data Structures and Algorithms
- 21天學(xué)通C++(第5版)
- Node.js區(qū)塊鏈開發(fā)
- Building Microservices with Go
- Implementing Domain:Specific Languages with Xtext and Xtend