- 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.
推薦閱讀
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- C語言程序設計
- Python數據分析(第2版)
- Linux環境編程:從應用到內核
- QGIS:Becoming a GIS Power User
- Elasticsearch Server(Third Edition)
- OpenStack Orchestration
- Building RESTful Python Web Services
- Django 3.0入門與實踐
- JavaScript機器人編程指南
- TypeScript 2.x By Example
- 深入解析Java編譯器:源碼剖析與實例詳解
- PHP項目開發全程實錄(第4版)
- Getting Started with JUCE
- Learning Redux