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: 일부 코드의 스타일 및 패키지 구조를 컨벤션에 맞게 통일한다 #127

Merged
merged 2 commits into from
Jun 27, 2024

Conversation

sosow0212
Copy link
Owner

@sosow0212 sosow0212 commented Jun 27, 2024

📄 Summary

  • 일부 관심사의 코드 스타일이 달라서 이를 하나의 규칙으로 통일하고 코드를 일부 변경합니다.
    • 파라미터 3개 이상인 경우 괄호 내림
    • 변수명 적절하게 변경
    • 가독성 좋게 메서드 분리 및 메서드 명 변경

🙋🏻 More

close #125

@sosow0212 sosow0212 added the 리팩토링 리팩토링 작업을 진행합니다 label Jun 27, 2024
@sosow0212 sosow0212 self-assigned this Jun 27, 2024
@sosow0212 sosow0212 merged commit 35a8691 into develop Jun 27, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
리팩토링 리팩토링 작업을 진행합니다
Projects
None yet
Development

Successfully merging this pull request may close these issues.

일부 다른 코드의 스타일 및 패키지 구조를 통일하고 README.md 파일을 수정한다.
1 participant