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
리팩터링의 궁극적인 목적은 개발 속도를 높여서, 더 적은 노력으로 더 많은 가치를 창출하는 것이다. 리팩터링 2판 (마틴 파울러), 92p
리팩터링의 궁극적인 목적은 개발 속도를 높여서, 더 적은 노력으로 더 많은 가치를 창출하는 것이다.
리팩터링 2판 (마틴 파울러), 92p
패키지, 클래스, 메서드의 변화가 다른 곳에 미치는 영향을 최소화하기 위하여, 전체 패키지 대상으로 의존성을 리팩터링한다.
The text was updated successfully, but these errors were encountered:
cpot5620
kpeel5839
yoondgu
junpakPark
No branches or pull requests
🛠️ 작업 대상
패키지, 클래스, 메서드의 변화가 다른 곳에 미치는 영향을 최소화하기 위하여,
전체 패키지 대상으로 의존성을 리팩터링한다.
✅ 작업 내용
📎 참고 자료
⏰ 추정 시간
The text was updated successfully, but these errors were encountered: