📕Convention #13
Pinned
ghrltjdtprbs
started this conversation in
백엔드 회의록
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Code Convention
[[IntelliJ Java Google Style] 을 준수합니다.
https://github.com/google/styleguide/blob/gh-pages/intellij-java-google-style.xml 다운로드
Preferences > Editor > Code Style > Java > Scheme Import > Google Style IDE
를 통해 다운로드한 설정파일 ImportTab and Indents
에서 Indent 및 Tab Size를 4로 변경합니다.변경이 완료되었으면 단축키를 이용해 코드를 맞출 수 있습니다.
General Convention👍👍
java : 17
springboot : 3.1.6
Variable Convention
Method Convention
boolean isXXX( )
Test Convention
공통 사항
@DisplayName(””)
설정하기.Git
Commit Convention
앞에 태그 붙여주세요!
PR Convention
PR 이름에 커밋과 동일하게 앞에 태그 붙여주세요!
⭐⭐pr 단위 : 기능별로 pr 올리되 파일기준 10개 내외⭐⭐
Branch Protection Rule
팀원 모두의 리뷰를 받아야 merge할 수 있도록 브랜치 규칙 설정
Pull requests → 리뷰할 pr선택 → 상단의 Add your review → Review changes → 리뷰 작성 → Approve 선택 → Submit review
Beta Was this translation helpful? Give feedback.
All reactions