forked from webpro/programming-principles
-
-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add component cohesion and coupling principles #10
Comments
Sounds good @AddeusExMachina. The mentioned principles are welcome. I took the liberty to assign the issue to you. |
AddeusExMachina
pushed a commit
to AddeusExMachina/programming-principles
that referenced
this issue
Mar 22, 2023
AddeusExMachina
pushed a commit
to AddeusExMachina/programming-principles
that referenced
this issue
Mar 22, 2023
AddeusExMachina
pushed a commit
to AddeusExMachina/programming-principles
that referenced
this issue
Mar 23, 2023
AddeusExMachina
pushed a commit
to AddeusExMachina/programming-principles
that referenced
this issue
Mar 23, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @iluwatar, I'd like to add a few principles from Clean Architecture by Robert Martin.
I think it would be nice having a section about component cohesion (chapter 13) with the following principles:
and another one for component coupling (chapter 14) with:
The text was updated successfully, but these errors were encountered: