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

♻️ 날짜 변수명에 대하여 각 타입에 적합한 접두사를 사용하도록 변경 #802

Open
uwoobeat opened this issue Oct 12, 2024 · 0 comments
Labels
♻️ refactor 기능 개선

Comments

@uwoobeat
Copy link
Member

📌 Description

DTO 필드, 메서드 파라미터 등의 경우

  • LocalDate -> XXXDate (ex: startDate) 로 수정
  • LocalDateTime, ZonedDateTime -> XXXDateTime (ex: startDateTime) 으로 수정

DB 필드명의 경우

  • LocalDateTime -> xxxAt / LocalDate -> xxxDate 사용
  • ex) startedAt, startDate
@uwoobeat uwoobeat added the ♻️ refactor 기능 개선 label Oct 12, 2024
@uwoobeat uwoobeat self-assigned this Oct 12, 2024
@uwoobeat uwoobeat changed the title ♻️ 날짜 변수명에 대하여 각 타입에 적합한 DateDateTime 접두사를 사용하도록 변경 ♻️ 날짜 변수명에 대하여 각 타입에 적합한 접두사를 사용하도록 변경 Oct 12, 2024
@uwoobeat uwoobeat removed their assignment Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
♻️ refactor 기능 개선
Projects
None yet
Development

No branches or pull requests

1 participant