Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] java에서는 네이밍을 할 때 어떤 규칙으로 하는 것이 좋을까? #1

Open
unanchoi opened this issue Jan 26, 2022 · 1 comment

Comments

@unanchoi
Copy link
Contributor

새로운 사항

강의를 들으면서, 코드들을 보면, 대소문자 구분을 정확하게 하지 못해서 오류가 나는 경우가 종종 있었다.
변수명을 어떻게 짓는지 공유하면 좋을 것 같아서 글을 남깁니다.

레퍼런스

Oracle에서 제시하는 Code Convention

@unanchoi
Copy link
Contributor Author

  1. package이름은 전부 소문자
  2. 상수의 경우 전부 대문자
  3. 클래스 명은 파스칼케이스
  4. 메소드 명은 카멜케이스

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant