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

[REFACTOR] 함수 파라미터 및 변하지 않아야 하는 변수에 final 키워드 적용 #143

Merged
merged 8 commits into from
Jan 21, 2024

Conversation

sung-silver
Copy link
Contributor

📝 PR 타입

  • 기능 추가
  • 기능 수정
  • 기능 삭제
  • 버그 수정
  • 의존성, 환경 변수, 빌드 관련 코드 업데이트

📝 반영 브랜치

📝 변경 사항

  • 함수 파라미터에 final 키워드를 사용하면 해당 변수를 다른 객체에 할당하거나 변경하는 것을 방지할 수 있기 때문에 코드에서 웹잼 기간 동안 바쁘게 개발했던 코드를 다시 보며 final 키워드를 붙여 리팩토링을 진행했습니다.
  • 제가 개발했던 API에 대해서는 모두 수정 완료했고, 스웨거를 통해 모든 API 정상 작동하는 것 확인했습니다

📝 테스트 결과

image

📝 To Reviewer

Copy link
Contributor

@mikekks mikekks left a comment

Choose a reason for hiding this comment

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

고생하셨습니다! final 붙인거 좋네요 :)

@sung-silver sung-silver merged commit 71e797b into dev Jan 21, 2024
1 check passed
@sung-silver sung-silver deleted the refactor/#142 branch January 30, 2024 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[REFACTOR] 함수 파라미터에 final 키워드 추가
2 participants