We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
😼 Controller는 Main에서 온 요청에 따라 어떻게 처리를 결정합니다.
Controller
😼 Service는 데이터를 가공하여 비즈니스 로직을 처리합니다.
Service
😼 Repository는 DB에 접근하여 필요한 데이터를 가져올 수 있습니다.
Repository
😼 이렇게 분리를 함으로써 변경 사항이 생긴 경우에는 관련된 부분만 수정하면 되고, 같은 작업을 여러 번 해야 하는 경우에는 코드를 재사용할 수 있는 확률이 높아진다는 장점을 얻을 수 있는 것 같습니다.
관련된 부분만 수정
코드를 재사용
The text was updated successfully, but these errors were encountered:
Merge pull request #7 from AND-SOPT-SERVER/seminar/#2
f67a4de
[2차 세미나] : 과제 구현
sansan20535
No branches or pull requests
❓가이드 코드 클래스간 역할에 대해 설명하고, 이렇게 역할을 분리해서 얻은 장점과 분리하는 이유에 대해 고민해보고 서술해주세요. (필수)
😼
Controller
는 Main에서 온 요청에 따라 어떻게 처리를 결정합니다.😼
Service
는 데이터를 가공하여 비즈니스 로직을 처리합니다.😼
Repository
는 DB에 접근하여 필요한 데이터를 가져올 수 있습니다.😼 이렇게 분리를 함으로써 변경 사항이 생긴 경우에는
관련된 부분만 수정
하면 되고, 같은 작업을 여러 번 해야 하는 경우에는코드를 재사용
할 수 있는 확률이 높아진다는 장점을 얻을 수 있는 것 같습니다.❓클래스 다이어그램을 그려주세요. (선택)
The text was updated successfully, but these errors were encountered: