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

컨벤션에 따라 리팩터링 / 포맷팅 #226

Merged
merged 10 commits into from
Dec 2, 2024
Merged

Conversation

Miensoap
Copy link
Collaborator

@Miensoap Miensoap commented Dec 2, 2024

📄 Summary

컨벤션에 따라 리팩터링 / 포맷팅

🙋🏻 More

  1. 파일명 변경 -> PascalCase 로 통일
  2. import 문에서 path alias 사용하도록 통일 , 정렬
  3. 에러코드 수정, 지원하지 않는 API 예외 분리
  4. 컨트롤러/서비스 메서드 시그니쳐 통일성 있게 변경
  5. mapPlace, coursePlace 변수명 pin 으로 변경

🕰️ Actual Time of Completion

2H

close #255

@Miensoap Miensoap added BE 백엔드 관련 이슈입니다 ⚙️ 리팩터링 코드 퀄리티를 높입니다 labels Dec 2, 2024
@Miensoap Miensoap added this to the week6 milestone Dec 2, 2024
@Miensoap Miensoap linked an issue Dec 2, 2024 that may be closed by this pull request
@Miensoap Miensoap merged commit 6a4b872 into develop Dec 2, 2024
2 checks passed
@Miensoap Miensoap deleted the feature/#255 branch December 2, 2024 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE 백엔드 관련 이슈입니다 ⚙️ 리팩터링 코드 퀄리티를 높입니다
Projects
None yet
Development

Successfully merging this pull request may close these issues.

컨벤션에 맞추어 파일명/함수명을 수정한다
2 participants