Skip to content

[refactor] 전역변수 클래스 추가#8#9

Merged
daehyuk1231 merged 1 commit intodevelopfrom
refactor/globalconstant
Jul 21, 2025
Merged

[refactor] 전역변수 클래스 추가#8#9
daehyuk1231 merged 1 commit intodevelopfrom
refactor/globalconstant

Conversation

@wonslee
Copy link
Copy Markdown
Owner

@wonslee wonslee commented Jul 20, 2025

#️⃣ Issue Number

#8

📝 요약(Summary)

  • 비즈니스 로직 관련 상수 클래스 추가
  • 데이터 제약 값 관리 클래스 (이메일 길이, 전화번호 길이) 추가
  • 예외 처리 메세지 관리 클래스 추가

🛠️ PR 유형

  • 새로운 기능 추가
  • 버그 수정
  • CSS 등 사용자 UI 디자인 변경
  • 코드에 영향을 주지 않는 변경사항(오타 수정, 파일명 수정 혹은 삭제, 탭 사이즈 변경, 변수명 변경)
  • 코드 리팩토링
  • 주석 추가 혹은 문서 수정
  • 테스트 추가, 테스트 리팩토링
  • 빌드 부분 혹은 패키지 매니저 수정

💬 공유사항 to 리뷰어

리터럴 너무 쓰기보다는 상수로 만들어서 관리해봐유~
각자 필요하시면 추가해서 쓰시면 됩니다

✅ PR Checklist

PR이 다음 요구 사항을 충족하는지 확인하세요.

  • 커밋 메시지 컨벤션에 맞게 작성했습니다. 🫡
  • 기능이 제대로 동작하는 것을 확인했습니다. ✔️

@wonslee wonslee self-assigned this Jul 20, 2025
@wonslee wonslee changed the title [refactor] 전역변수추가#8 [refactor] 전역변수 클래스 추가#8 Jul 20, 2025
@daehyuk1231 daehyuk1231 merged commit ec884cb into develop Jul 21, 2025
@wonslee wonslee linked an issue Jul 21, 2025 that may be closed by this pull request
4 tasks
daehyuk1231 added a commit that referenced this pull request Jul 22, 2025
[refactor] 전역변수 클래스 추가#8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[refactor] 전역 변수 (정적 상수) 작업

2 participants