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

#5번 이슈까지 진행한 코드를 개선합니다 #26

Merged
merged 5 commits into from
Jul 31, 2023
Merged

Conversation

wisdom08
Copy link
Collaborator

@wisdom08 wisdom08 commented Jul 31, 2023

작업 목적

  • 코드 안정성을 올리기 위해 메서드 파라미터에 final 키워드 추가
  • 이전 PR에서 커밋하지 않은 map-underscore-to-camel-case 설정 추가
  • 테스트 코드 내 변수명 변경
  • 쓰지 않는 코드 제거

주요 변경점

  • final 키워드

참고

  • 이슈 작성한 것과는 무관하게 진행한 거라 브랜치명을 임의로 refactor 로 지정했습니다.

@wisdom08 wisdom08 added the enhancement New feature or request label Jul 31, 2023
@wisdom08 wisdom08 self-assigned this Jul 31, 2023
@ccommit-dev ccommit-dev changed the title 작성한 코드를 개선합니다 5번 이슈 까지 코드를 개선합니다 Jul 31, 2023
Copy link
Contributor

@ccommit-dev ccommit-dev left a comment

Choose a reason for hiding this comment

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

피드백 드린 내용 댓글 추가 후 머지 부탁드립니다.

src/main/java/com/bookbook/controller/UserController.java Outdated Show resolved Hide resolved
src/main/resources/application.yaml Show resolved Hide resolved
@wisdom08 wisdom08 changed the title 5번 이슈 까지 코드를 개선합니다 #5번 이슈까지 진행한 코드를 개선합니다 Jul 31, 2023
- 변수의 재할당을 막음으로써 예측 가능한 코드를 만드는데 도움이 될 수 있지만 코드의 가독성을 해친다고 생각해 제거합니다
@wisdom08 wisdom08 merged commit 40d4395 into main Jul 31, 2023
@wisdom08 wisdom08 deleted the refactor branch July 31, 2023 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants