Java 변수 메소드 이름 짓기

변수와 메서드 이름 짓기

변수 이름은 명사로, 메소드는 동작을 나타내는 동사로 시작하는 암묵적인 규칙이 있다.

이름 예시

  • 변수명: total, employee, count, isAvailable, customerName, adminName, City, Street
  • 메소드명: printReport(), addCustomer(), getEmployee(), setEmployee(), calculatorSum()