Clean Code in C#
上QQ阅读APP看书,第一时间看更新

Questions

  1. What are some of the outcomes of bad code?
  2. What are some of the outcomes of good code?
  3. What are some of the benefits of writing modular code?
  4. What is DRY code?
  5. Why should you KISS when writing code?
  6. What does the acronym SOLID stand for?
  7. Explain YAGNI.
  8. What's Occam's Razor?