Separation of Concerns
↔ (Paradigm) to Encapsulate (Software) into dintinct modular sections vs purpose/logic
aka Separation-of-Concern
Concern
logic/purpose of Program
References
Separation of server & client
↔ REST Separation of Concerns for independent client-side & Backend code