You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
피드백 받은것과 같이 3 tier layer를 준수하는 방향으로 구조 수정을 들어가야할 것같습니다.
domain폴더아래 Entity클래스와 Repository클래스는 이번 실전 프로젝트에서 처음 이렇게 사용해보았는데요. 이렇게 사용한 이유는 코드를 보기에 유리하다고만 생각하고 RepositoryLayer에 DomainModel이 계층간 분리가 되어야한다는 생각을 못했습니다. 해서 3tier 레이어계층 아키텍쳐를 준수하여 리팩토링 하고자 합니다.
3tier
Persentation - controller , exception handler, view template 등
ServiceLayer - application service , infra structure service
피드백 받은것과 같이 3 tier layer를 준수하는 방향으로 구조 수정을 들어가야할 것같습니다.
domain폴더아래 Entity클래스와 Repository클래스는 이번 실전 프로젝트에서 처음 이렇게 사용해보았는데요. 이렇게 사용한 이유는 코드를 보기에 유리하다고만 생각하고 RepositoryLayer에 DomainModel이 계층간 분리가 되어야한다는 생각을 못했습니다. 해서 3tier 레이어계층 아키텍쳐를 준수하여 리팩토링 하고자 합니다.
3tier
The text was updated successfully, but these errors were encountered: