- 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
推薦閱讀
- Learning Cython Programming
- 垃圾回收的算法與實(shí)現(xiàn)
- Apache Hive Essentials
- TypeScript實(shí)戰(zhàn)指南
- Web程序設(shè)計(jì)(第二版)
- 學(xué)Python也可以這么有趣
- Learning Python Design Patterns
- Terraform:多云、混合云環(huán)境下實(shí)現(xiàn)基礎(chǔ)設(shè)施即代碼(第2版)
- Visual Basic程序設(shè)計(jì)教程
- Cocos2d-x Game Development Blueprints
- Python網(wǎng)絡(luò)爬蟲技術(shù)與應(yīng)用
- Django 5企業(yè)級(jí)Web應(yīng)用開發(fā)實(shí)戰(zhàn)(視頻教學(xué)版)
- C++程序設(shè)計(jì)教程(第2版)
- Drupal 8 Development:Beginner's Guide(Second Edition)
- Yii2 By Example