- Clean Code in C#
- Jason Alls
- 52字
- 2021-06-18 18:28:06
Questions
- What are some of the outcomes of bad code?
- What are some of the outcomes of good code?
- What are some of the benefits of writing modular code?
- What is DRY code?
- Why should you KISS when writing code?
- What does the acronym SOLID stand for?
- Explain YAGNI.
- What's Occam's Razor?
推薦閱讀
- Clojure Programming Cookbook
- Implementing VMware Horizon 7(Second Edition)
- 數據庫系統教程(第2版)
- TestNG Beginner's Guide
- Java技術手冊(原書第7版)
- Dependency Injection in .NET Core 2.0
- 精通Scrapy網絡爬蟲
- C語言程序設計
- Ext JS 4 Web Application Development Cookbook
- C語言程序設計
- Julia高性能科學計算(第2版)
- Lighttpd源碼分析
- NGUI for Unity
- HTML5 WebSocket權威指南
- Pandas 1.x Cookbook