Skip to content
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

Open
AddeusExMachina opened this issue Mar 10, 2023 · 1 comment
Open

Add component cohesion and coupling principles #10

AddeusExMachina opened this issue Mar 10, 2023 · 1 comment

Comments

@AddeusExMachina
Copy link

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:

  • Reuse / Release Equivalence Principle
  • Common closure principle
  • Common reuse principle

and another one for component coupling (chapter 14) with:

  • Acyclic Dependencies Principle
  • Stable dependencies principle
  • Stable abstraction principle
@iluwatar
Copy link
Owner

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
Projects
Development

No branches or pull requests

2 participants