- C# and .NET Core Test Driven Development
- Ayobami Adewole
- 144字
- 2021-06-25 22:00:27
What we can do to prevent bad code
Writing clean code requires a conscious effort of maintaining professionalism and following best industry standards throughout the stages of the software development process. Bad code should be avoided right from the onset of software project development, because the accumulation of bad debt through bad code can slow down software project completion and create future issues after the software has been deployed to production.
To avoid bad code, you have to be lazy, as the general saying goes that lazy programmers are the best and smartest programmers because they hate repetitive tasks, such as having to go back to fix issues that could have been prevented. Try to use programming styles and approaches that avoid writing bad code, to avoid having to rewrite your code in order to fix avoidable issues, bugs, or to pay technical debts.
- Deploying Node.js
- MongoDB for Java Developers
- Vue.js快跑:構建觸手可及的高性能Web應用
- R語言數據可視化實戰
- OpenShift在企業中的實踐:PaaS DevOps微服務(第2版)
- 精通Python設計模式(第2版)
- 軟件測試技術指南
- C語言程序設計教程
- 編程菜鳥學Python數據分析
- Web性能實戰
- 深入分析GCC
- Arduino電子設計實戰指南:零基礎篇
- Drupal 8 Development:Beginner's Guide(Second Edition)
- Mathematica Data Visualization
- C語言解惑:指針、數組、函數和多文件編程