[TOMMY] step-2 리팩토링 맛보기#141
Open
HyowonSin wants to merge 9 commits intocodesquad-members-2023:mainfrom
Open
Conversation
리드미에 학습 계획 작성
[TOMMY] step-1 학습 계획
인원, 사다리 높이 관련 입력 메서드
2차원 배열을 쓰지 않아서 폐기
사다리를 생성 할까 말까 하는 것
요구사항만 보고 무지성으로 구현을 해 본 상태
depth 줄이기
else 제거
네이밍 조금 더 직관적으로 수정
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
2단계 리팩토링 맛보기를 하였다.
뎁스를 낮추기 위해 메서드를 쪼개봤고
else 를 제거하고
네이밍을 조금 더 직관적으로 수정해봤다.
메서드 쪼개는 게 맞나 모르겠다.