RouteDiary / route-diary

3 stars 2 forks source link

프로젝트 규약 #7

Open kwonminho1992 opened 2 years ago

kwonminho1992 commented 2 years ago
  1. 환경설정 인코딩 : UTF-8

JDK : 1.8 version 프론트/백 프로젝트 분리 여부 : 분리 Servlet api : 2.5 version

  1. 용어정리 다이어리 게시판 - 다이어리를 모아놓은 페이지 다이어리 - 루트다이어리, 게시글의 뜻 루트 - 다이어리 안에서 글쓴이가 간 각각의 관광지 (ex. 남산, 경복궁, 서촌, 뿅의 전설 등)를 나타내는 이름 관광지 - 루트로 넣을 수 있는 장소 (ex. 남산, 경복궁, 서촌, 뿅의 전설 등) 홈 - 첫번째 화면 대표이미지 - 각 다이어리를 대표하는 이미지 (다이어리 게시판에 뜨는 사진임) 루트이미지 - 각 루트에 대한 이미지들

  2. DB 코딩컨벤션 https://kaki104.tistory.com/722 https://www.sqlstyle.guide/ko/

  3. 자바용 코딩컨벤션 Google Java style 적용 : https://google.github.io/styleguide/javaguide.html 설정하는 방법 : http://www.practicesofmastery.com/post/eclipse-google-java-style-guide/ xml 파일 다운 주소 : https://momobob.tistory.com/36#--%--Profile%--%EC%--%-D%EC%--%B- 3.3.2 특수 이스케이프 시퀀스 : 적용 안함 (시퀀스 사용 가능하도록 함) 4.1 중괄호 : (for, if, while 문 등에 대해) 무조건 {}를 사용한다 4.2 들여쓰기 : space 2칸 (구글 것을 따름) 4.3 한줄에 하나의 명령문 (구글 것을 따름) 6.2.3 메소드 이름 : boolean을 반환하는 경우 : Is... / has....
    동사로 시작할것 (ex. insertProduct O, productInsert X) 추가 : insert / 수정 : modify / 삭제 : delete / 선택 : select

kwonminho1992 commented 2 years ago

프로젝트 규약 관련 참고 자료 프론트엔드 코딩 컨벤션 https://ui.toast.com/fe-guide/ko_CODING-CONVENTION#%EB%AC%B8%EC%9E%A5%EC%9D%98-%EC%A2%85%EB%A3%8C 네이버 코딩 컨벤션 (자바) https://naver.github.io/hackday-conventions-java/ Google Java style guide https://google.github.io/styleguide/javaguide.html SQL style guide https://oracle.readthedocs.io/en/latest/sql/basics/style-guide.html#conventions 협업을 위한 시리즈 https://overcome-the-limits.tistory.com/5?category=923736

BACKMINSEONG commented 2 years ago

코딩컨벤션 JS https://triangular-health-e46.notion.site/JavaScript-d0dfd6e89d02455b8fd328cd8873e589

BACKMINSEONG commented 2 years ago

코딩컨벤션 html/css https://triangular-health-e46.notion.site/HTML-CSS-a14d2103118d4064be3787fb040c03ee