- 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.
推薦閱讀
- C語言程序設計案例教程
- 案例式C語言程序設計
- Objective-C Memory Management Essentials
- 小程序實戰視頻課:微信小程序開發全案精講
- Building a Game with Unity and Blender
- PHP+MySQL網站開發技術項目式教程(第2版)
- Hands-On C++ Game Animation Programming
- SAP BusinessObjects Dashboards 4.1 Cookbook
- 大數據分析與應用實戰:統計機器學習之數據導向編程
- 批調度與網絡問題的組合算法
- RabbitMQ Essentials
- Getting Started with Python and Raspberry Pi
- 代替VBA!用Python輕松實現Excel編程
- Apache Solr PHP Integration
- Appcelerator Titanium:Patterns and Best Practices