OOP SOLID Principles #7
NinaKor130
started this conversation in
Ideas
Replies: 2 comments 3 replies
-
SOLID is part of the "OOP Essentials". It's just addressed after the example (case study). We relate the principles to the example later. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sorry, I expressed myself wrong, I meant introducing it earlier. I see that you introduce them in section 3. I feel like there is not enough importance given to it, and it would be nice to itnroduce them upfront and then with every example, ahve a specific section discussing how it is connected. You mention examples in section 3, but they "get lost". But this is just the taste. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Suggestion.
Does it make sense actually to introduce SOLID principles in the OOP Essentials? It links pretty nicely with the example. For example, with the first step of extraction of the logic to the evaluation funciton you can explain how Single Responsibility Principle applies. I think it could be a nice guide and somehow a consistent rule of OOP.
Beta Was this translation helpful? Give feedback.
All reactions