https://refactoring.guru/design-patterns/composite
Composite
/ Design Patterns / Structural Patterns Composite Also known as: Object Tree Intent Composite is a structural design pattern that lets you compose objects into tree structures and then work with these structures as if they were individual objects. Problem
refactoring.guru
생산, 구조, 행동 패턴으로 리팩토링을 진행한다.
이전 회사에서 하던것이 생산관리이다보니 생산패턴을 따라가는 내용이 되어서 다른 방식의 패턴을 틀리거나 다른것으로 인식해 팀원과 약간의 마찰을 빚었다.
늘 새로운 것을 받아들여라