Coupling
Component and Service Coupling
A depends on B INTERNALS;
!!=>> B does not change interface, but change internal logic;
A is broken because of it;A exposes REST api;
B, C, D depend on this REST api;
!!=>> A changes endpoints to SOAP;
we do not even know how many components will be broken;Law of demeter




Stamp coupling


Last updated