- C# and .NET Core Test Driven Development
- Ayobami Adewole
- 94字
- 2021-06-25 22:00:26
How does bad code appear?
Bad code doesn't just appear in a code base; programmers write bad code. Most of the time, bad code can be written because of any of the following reasons:
- Use of wrong approaches by developers when writing code that is often attributed to tight coupling of components
- Faulty program designs
- Bad naming conventions for program elements and objects
- Writing code that is not readable as well as having a code base without proper test cases, thus causing difficulty when there is a need to maintain the code base
推薦閱讀
- 數據庫系統原理及MySQL應用教程(第2版)
- Spring 5企業級開發實戰
- Mastering JavaScript Object-Oriented Programming
- SoapUI Cookbook
- Mastering Entity Framework
- JMeter 性能測試實戰(第2版)
- Learning Bayesian Models with R
- Python計算機視覺編程
- Mastering Ubuntu Server
- TypeScript實戰指南
- FPGA Verilog開發實戰指南:基于Intel Cyclone IV(進階篇)
- Windows Phone 7.5:Building Location-aware Applications
- Mastering React
- Processing創意編程指南
- 深度探索Go語言:對象模型與runtime的原理特性及應用