Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- Absolute
- AGI
- ai
- AI agents
- AI engineer
- AI researcher
- ajax
- algorithm
- Algorithms
- aliases
- Array 객체
- ASI
- bayes' theorem
- Bit
- Blur
- BOM
- bootstrap
- canva
- challenges
- ChatGPT
Archives
- Today
- In Total
A Joyful AI Research Journey🌳😊
자바 명명 규칙 본문
💻Bootcamp Self-Study Revision✨/Spring, Spring Boot, Java, SQL
자바 명명 규칙
yjyuwisely 2023. 4. 28. 09:49패키지명: 모두 소문자, 밑줄문자(_) 사용 안 함
클래스명: 파스칼표기법(PascalCase), 명사 또는 명사구
인터페이스명: 파스칼표기법(PascalCase), 명사 또는 명사구이지만, 가끔 형용사 사용(ex. Readable)
메서드명: 낙타표기법(lowerCamelCase)
상수명: 대문자 뱀 표기법 UPPER_SNAKE_CASE
비상수 필드명, 파라미터명, 로컬 변수명: 낙타표기법(lowerCamelCase)
DTO, DAO: GuestDTO
참고
728x90
반응형
'💻Bootcamp Self-Study Revision✨ > Spring, Spring Boot, Java, SQL' 카테고리의 다른 글
SQL: WHERE, ON 차이 (0) | 2023.05.01 |
---|---|
오류 해결) Tomcat version 8.5 only supports J2EE 1.2, 1.3, 1.4 and JAVA EE 5,6, and 7 Web modules. (0) | 2023.04.30 |
MySql csv import 관련 링크 (0) | 2023.04.28 |
MySQL: public key retrieval is not allowed 오류) allowPublicKeyRetrieval=true 추가한다. (0) | 2023.04.21 |
Comments