Common Convention
- 주석은 사용하지 않는다. 단, TestCode의 given, when, then 제외
- Pull Request naming convention
- ex) feature/기능
- CodeStyle = Naver
- method naming = 동사형
- User id = new user(x) → User user = new user(o)
- method내부 logic 줄 사이에 한 줄 씩 띄어쓰기. 맨 아래와 맨 위는 띄어쓰지 않는다.
- Builder 사용시 . 단위로 줄 바꿈
- Class, method name 직관적으로 작성
- DTO name을 ~Request, ~Response로 작성
- Entity Convention
- Git Issue Convention
- Git Pull Request Convention
- GIt Commit Convention