[TOC] Question 1: What is the Interface Segregation Principle (ISP) in software design? 问题 1:什么是软件设计中的接口隔离原则(ISP)? Answer: The Interface Segregation Principle (ISP) is one of ...
1. 规范驱动开发(Spec-Driven Development, SDD) What Why How 2. Intent-Driven Development(意图驱动开发) What Why How 3. Executable Specifications(可执行的规格) What Why How 4. Continuous R...
Question 1: What is the Open/Closed Principle (OCP) in software design? 问题 1:什么是软件设计中的开闭原则(OCP)? Answer: The Open/Closed Principle (OCP) is one of the SOLID principles in obje...
Question 1: What is the Liskov Substitution Principle (LSP) in software design? 问题 1:什么是软件设计中的里氏替换原则(LSP)? Answer: The Liskov Substitution Principle (LSP) is one of the SOLID ...