woowacourse-teams / 2022-mo-rak

🥳 모락: 모임을 즐겁게, 편하게!
https://mo-rak.com
50 stars 6 forks source link

refactor: 약속 생성 시 현재 날짜로부터 1년뒤까지의 날짜까지만 허용하도록 변경 #581

Closed seong-wooo closed 1 year ago

seong-wooo commented 2 years ago

상세 내용

간단하게 변경해보았습니다.

약속 생성 시, 시작 날짜와 끝 날짜 모두 현재날짜보다 1년 이후라면 예외를 던지게 만들었습니다.

기존에 날짜에 제한이 없었기 때문에 발생했던 문제들을 해결할 수 있습니다!

객체 지향적으로 설계했기때문에, 변경지점이 Date 객체밖에 없네요. 좋습니다.

로직은 괜찮은 것 같은데 예외코드 이름이나, 메서드명, 변수명을 더 좋게 만들 수 있을까요?

Close #580

morak-sonarqube[bot] commented 2 years ago

Passed

Analysis Details

0 Issues

Coverage and Duplications

Project ID: morak-backend-pr

View in SonarQube

morak-sonarqube[bot] commented 1 year ago

Passed

Analysis Details

0 Issues

Coverage and Duplications

Project ID: morak-backend-pr

View in SonarQube