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
인터페이스를 구현하는 구현체의 네이밍이 보통 ~~Impl과 같은 형태로 되어있는데, 추후 해당 인터페이스의 구현체가 많아진다면, 이러한 네이밍은 적합하지 않다.
구현체별 기능 및 역할에 따라 적절한 네이밍을 하도록 하자.
The text was updated successfully, but these errors were encountered:
Dokyeongyun
No branches or pull requests
인터페이스를 구현하는 구현체의 네이밍이 보통 ~~Impl과 같은 형태로 되어있는데,
추후 해당 인터페이스의 구현체가 많아진다면, 이러한 네이밍은 적합하지 않다.
구현체별 기능 및 역할에 따라 적절한 네이밍을 하도록 하자.
The text was updated successfully, but these errors were encountered: