👣 개요 컴포지트 패턴이란? Composite Pattern - 구조 👣 문제 상황 코드 가독성과 유지보수성을 높이기 위해 개별 객체와 집합 객체를 동일하게 다루고 싶은 경우가 존재한다. 예를 들어, 포토샵과 같은 프로그램을 설계한다고 가정해본다. 개별 ikadnorth.tistory.com 해당 패턴을 이용해서 SecurityFilterChain 설정을 OCP, SRP 원칙을 지킬 수 있도록 코드를 작성함. 👣 문제점 기존의 SecurityFilterChain 설정 방법 · iksadNorth/composite-pattern-case-securityfilterchain@6335f7f iksadNorth committed Aug 30, 2023 github.com 그저 모든 SecurityFilterCh..