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
(Model, View , Controller 로 분리했을 때의 장점)
웹 애플리케이션에서 자주 사용하는 디자인 패턴으로 , Model, View, Controller 를 의미한다
참고 : MVC , 한계점
The text was updated successfully, but these errors were encountered:
No branches or pull requests
클래스 간 역할
클래스의 역할
클래스 간 역할을 나누어 진행했을 때의 장점
(Model, View , Controller 로 분리했을 때의 장점)
보충 (찾아본 부분)
MVC 패턴이란?
웹 애플리케이션에서 자주 사용하는 디자인 패턴으로 , Model, View, Controller 를 의미한다
MVC 패턴을 지키려면!
MVC 의 한계점
→ 해결 방안 으로 MVVM , MVP 패턴 등이 등장하게 됨
참고 : MVC , 한계점
클래스 다이어 그램 (진행중!)
The text was updated successfully, but these errors were encountered: