Skip to content

Commit 09c532f

Browse files
authored
Update solid.md (#330)
Убрал вопрос про множественное наследование
1 parent af641f3 commit 09c532f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

frontend/middle-1/solid.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ Learn how to design complex systems according to engineering heuristics gathered
7070
* What is the goal of the ISP?
7171
* How the ISP helps to solve the problem of classes that implement non-cohesive interfaces?
7272
* How can violation of the ISP principle also lead to violation of the LSP?
73-
* Should we avoid multiple inheritance if interfaces are several abstract classes?
7473
* Can the ISP also be useful for a project written in FP style?
7574

7675
#### Resources
@@ -125,4 +124,4 @@ Learn how to design complex systems according to engineering heuristics gathered
125124
* [OTA SOLID (интерактивный ресурс)](https://ota-solid.now.sh)
126125
* [SOLID Principles with Uncle Bob - Robert C. Martin](https://www.hanselminutes.com/145/solid-principles-with-uncle-bob-robert-c-martin)
127126
* [The Principles of OOD](http://butunclebob.com/ArticleS.UncleBob.PrinciplesOfOod) (contains links to original papers about SOLID, those papers are definitely recommended to be read)
128-
* Adaptive Code: Agile coding with design patterns and SOLID principles. Second Edition (Gary McLean Hall, Part III, Chapters 7-11)
127+
* Adaptive Code: Agile coding with design patterns and SOLID principles. Second Edition (Gary McLean Hall, Part III, Chapters 7-11)

0 commit comments

Comments
 (0)