Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我很想知道哪种 GoF 设计模式直接转化为特定的 SOLID 原则?例如,我认为(在我看来)策略模式转化为依赖倒置原则。
不幸的是,我找不到任何研究他们关系的文献。如果能够从彼此的角度更有效地学习两者,那就太好了。
SOLID 原则适用于 GoF 的大多数设计模式。
GOF 是模式,即针对反复出现的问题的经过验证的设计解决方案。SOLID 是原则,不依赖于任何特定的问题域,因此在任何情况下都是如此