-
Notifications
You must be signed in to change notification settings - Fork 3
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
[Backend : fix] 리펙토링 - 클린코드 #40
Comments
4 tasks
4 tasks
This was referenced Mar 8, 2024
1. flightService 내에 있는 findAirportCode의 접근 제어자
- 외부에서 사용 안하면 private로 변경
|
Dayon-Hong
added a commit
that referenced
this issue
May 12, 2024
Dayon-Hong
added a commit
that referenced
this issue
May 12, 2024
Dayon-Hong
added a commit
that referenced
this issue
May 12, 2024
Dayon-Hong
added a commit
that referenced
this issue
May 12, 2024
Dayon-Hong
added a commit
that referenced
this issue
May 28, 2024
Dayon-Hong
added a commit
that referenced
this issue
May 28, 2024
Dayon-Hong
added a commit
that referenced
this issue
Jun 5, 2024
Dayon-Hong
added a commit
that referenced
this issue
Jun 5, 2024
11 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ResponseEntity 굳이 필요없는곳에는 사용 X
spring security url - Token 넣어도 권한설정 안되는 오류 해결하기
큰 메소드들 분리하기
Repository에서 Optional으로 null Check 대신 따로 예외처리 조건문 사용하기
https://www.baeldung.com/java-optional
api url 중복 -> yml prefix 설정
서비스와 서비스 impl 분리
Service와 ServiceImpl 분리 이유 : 참고글 1 , 참고글 2
The text was updated successfully, but these errors were encountered: