-
Notifications
You must be signed in to change notification settings - Fork 8
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
@Disabled 된 테스트 검토 및 사용하지 않는 메서드 제거 #991
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
좋습니다~~! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
@Override | ||
public List<Integer> extractSourceCodesOrdinal() { | ||
return sourceCodes.stream() | ||
.map(CreateSourceCodeRequest::ordinal) | ||
.sorted() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍👍👍👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아우 너무 깔끔해~~~!!
고생하셨어요 켬미~~!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
켬미 체거자나~~~
⚡️ 관련 이슈
#948
📍주요 변경 사항
@Disabled
테스트 확인 후 수정 혹은 제거이해를 돕기 위해 코드를 가져오면 소스코드 순서를 확인하기 위해 사용했던 순서를 알아내는 코드는 다음과 같았습니다.
@jminkkk 몰리가 태그 동시성 구현하면서
@Disabled
로 만들었던 테스트를 제거했습니다. 이유는 사용하지 않는 이유로 제가 제거한 메서드인templateRepository.findByMemberId
을 사용해서 입니다 ! 혹시 다른 의견이 있거나, 해당 메서드를 사용하지 않고 테스트 코드를 두는 방식이 있다면 알려주세요 ~@zeus6768 , @zangsu 제우스가 만든 voc의
@disabled
테스트와 짱수가 만든 RandomSaltGeneratorTest의 난수 확인@disabled
테스트의 추후 발전 가능성이 있는지 궁금합니다! 사용하지 않고 발전 가능성이 없다면 지우는 방향은 어떨까요? 동의하신다면 해당 PR에서 제거하고 싶습니다~🎸기타
코드를 확인할 때 Commit 단위로 보면 더 편하실 것 같아요 ~
뒤로 갈수록 그렇게 예쁘게 분리하진 못했지만 그래도 그냥 보는 것보다는 편할 듯 싶습니다~
🍗 PR 첫 리뷰 마감 기한
12/27 20:00