문서 | 날짜 | 사용자 | 설명 |
---|---|---|---|
2022/04/26 09:06 | 오션 | Code Conventions for the Java Programming Language * description : 9 - Naming Conventions * author : 오션 * email : shlim@repia.com * lastupdate : 2022-04-26 Tue 9. 명명 규칙(Naming Conventions) 명명 규칙은 프로그램을 읽기 쉽게 만들어 프로그램을 더 이해하기 쉽게 만듭니다. 또한 식별자의 기능에 대한 정보(예: 상수, 패키지 또는 클래스)를 제공하여 코드를 이해하는 데 도움이 될 수 있습니다.… | |
2022/04/06 21:27 | 오션 | JavaScipt Naming Conventions * description : JavaScipt Naming Conventions * author : 오션 * email : shlim@repia.com * lastupdate : 2022-04-06 Wed The source of this article JavaScipt Naming Conventions 10 JavaScript Naming Conventions Every Developer Should Know |