flâneur — a map of the web's best reading

Clean Architecture: Component Cohesion Principles | by Rebeca Mora | Medium

medium.com · 769 words · saved by 1 readers

In software development, component principles are a guide for organising classes into components to make them more organised and…

Clean Architecture: Component Cohesion Principles Rebeca Mora 4 min read · Sep 2, 2019 -- Listen Share In software development, component principles are a guide for arranging classes into components to make them more organised and manageable. Components are the smallest entities that can be deployed as part of a system. These principles help us to understand which classes should go into which component ( component cohesion ) and how these components should relate with one another ( component coupling ). This is important due to software grows bigger and more complex over time, the need for org

Explore this link on the map →

saved by

related reading