Package Strategy
Package strategy
예시
modules : 모듈 최상위 패키지 (전체적인 카테고리로 분리될 수 있음)
currency : 모듈 이름
controller : CurrencyController 등 컨트롤러
command : CurrencyCommand 등 명령어
listener : CurrencyListener 등 리스너들
model : Currency 등 모델 레이어
chat
controller
command
listener참고 자료
Last updated