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
게임 서버 클래스의 parsestring은 꽤 괜찮게 작동하는 것 처럼 보입니다. 하지만 객체지향적으로 보면 parsestring은 OCP를 위반하는 코드입니다. 따라서 parseString의 분기문을 Factory 패턴으로 변경해야 합니다.
The text was updated successfully, but these errors were encountered:
도움이 될 만한 사이트들
Sorry, something went wrong.
No branches or pull requests
게임 서버 클래스의 parsestring은 꽤 괜찮게 작동하는 것 처럼 보입니다. 하지만 객체지향적으로 보면 parsestring은 OCP를 위반하는 코드입니다. 따라서 parseString의 분기문을 Factory 패턴으로 변경해야 합니다.
The text was updated successfully, but these errors were encountered: