본문 바로가기

Study/Materials

[자료] Separation of Concern

반응형

https://en.wikipedia.org/wiki/Separation_of_concerns

 

Separation of concerns - Wikipedia

In computer science, separation of concerns (SoC) is a design principle for separating a computer program into distinct sections such that each section addresses a separate concern. A concern is a set of information that affects the code of a computer prog

en.wikipedia.org

https://nalexn.github.io/separation-of-concerns/

 

Separation of Concerns in Software Design

Applying the fundamental Computer Science principles for improving the quality of the software at all levels

nalexn.github.io

https://medium.com/machine-words/separation-of-concerns-1d735b703a60

 

Separation of Concerns

Engineering Insights

medium.com

https://effectivesoftwaredesign.com/2012/02/05/separation-of-concerns/

 

Separation of Concerns

The most important principle in Software Engineering is the Separation of Concerns (SoC): The idea that a software system must be decomposed into parts that overlap in functionality as little as po…

effectivesoftwaredesign.com

 

반응형