Skip to content
New issue

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

[bean] step-2 구현 #85

Merged
merged 7 commits into from
Mar 8, 2023

Conversation

tjdqls1200
Copy link

step-2, step-3에서 만든 각각의 Ladder 클래스를 깔끔하게 교체를 하는 방법에 대해 고민을 했습니다.

그리고 이번에는 예외 처리와 테스트 코드에 학습을 했습니다.

import java.util.List;
import java.util.stream.Collectors;

public class LadderV1 implements Ladder {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

V1 V2와 같은 네이밍은 피하는 게 좋습니다.
그리고 지금 현재 필요하지 않은 클래스가 있다면 이전 커밋에 남아 있으니 과감하게 삭제해 주세요.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

피드백 감사합니다!

@github-actions github-actions bot merged commit f424038 into codesquad-members-2023:bean Mar 8, 2023
@tjdqls1200 tjdqls1200 deleted the feature2 branch March 9, 2023 04:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants