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
역할 분리를 통해 코드 수정이 용이하여 재사용성이 쉬워지고, 가독성을 높일 수 있다. 즉, 유지보수성이 높고 역할이 명확하게 분리되어 있어 여럿이서 협업할 때 더 빠르게 코드를 파악할 수 있다.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
가이드 코드 클래스간 역할에 대해 설명하고, 이렇게 역할을 분리해서 얻은 장점과 분리하는 이유에 대해 고민해보고 서술해주세요.
🤓 가이드 코드 클래스 간 역할
🤓 역할 분리를 통해 얻은 장점과 그 이유
역할 분리를 통해 코드 수정이 용이하여 재사용성이 쉬워지고, 가독성을 높일 수 있다. 즉, 유지보수성이 높고 역할이 명확하게 분리되어 있어 여럿이서 협업할 때 더 빠르게 코드를 파악할 수 있다.
The text was updated successfully, but these errors were encountered: