We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 845ece8 commit b9f5135Copy full SHA for b9f5135
README.md
@@ -88,3 +88,8 @@ Translations:
88
- [Liskov substitution principle](https://youtu.be/RbhYxygxroc)
89
- [Interface segregation principle](https://github.com/HowProgrammingWorks/InterfaceSegregation)
90
- [Dependency inversion principle](https://github.com/HowProgrammingWorks/DependencyInversion)
91
+ - Single responsibility principle - a class should have only one reason to change. "A module should be responsible for one and only one actor."
92
+ - Open-closed principle - abstractions (classes, types, etc.) should be open for extension but closed for modification.
93
+ - Liskov substitution principle - functions that use a base type should be able to use subtypes of the base type without knowing it.
94
+ - Interface segregation principle - many interfaces specifically designed for clients are better than one general-purpose interface.
95
+ - Dependency inversion principle - depend upon abstractions, not concretes.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments