- Clean Code in C#
- Jason Alls
- 81字
- 2021-06-18 18:28:11
Questions
- How can we organize our classes in C#?
- How many responsibilities should a class have?
- How do you comment on your code for document generators?
- What does cohesion mean?
- What does coupling mean?
- Should cohesion be high or low?
- Should coupling be tight or loose?
- What mechanisms are available that help you design for change?
- What is DI?
- What is IoC?
- Name one benefit of using immutable objects.
- What should objects hide and show?
- What should structures hide and show?
推薦閱讀
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- 深入核心的敏捷開發:ThoughtWorks五大關鍵實踐
- WildFly:New Features
- Web Application Development with R Using Shiny(Second Edition)
- C/C++常用算法手冊(第3版)
- 人人都是網站分析師:從分析師的視角理解網站和解讀數據
- 網絡爬蟲原理與實踐:基于C#語言
- Building RESTful Python Web Services
- TypeScript 2.x By Example
- 零基礎學HTML+CSS
- Applied Deep Learning with Python
- Pandas 1.x Cookbook
- PhantomJS Cookbook
- Python實戰指南:手把手教你掌握300個精彩案例
- Java基礎案例教程(第2版)