사용자 도구

사이트 도구


tag:conventions

TAG: Conventions

문서날짜사용자설명
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/14 09:33 오션 Code Conventions for the Java Programming Language * description : 4 - Indentation * author : 오션 * email : shlim@repia.com * lastupdate : 2022-04-14 Thr 자바 프로그래밍 언어를 위한 코드 규약 ​ 4. 들여쓰기
2022/04/13 10:16 오션 Code Conventions for the Java Programming Language * description : 2 - File Names * author : 오션 * email : shlim@repia.com * lastupdate : 2022-04-13 자바 프로그래밍 언어를 위한 코드 규약 ​ 3. 파일 구조
2022/04/13 08:49 오션 Code Conventions for the Java Programming Language * description : 2 - File Names * author : 오션 * email : shlim@repia.com * lastupdate : 2022-04-13 자바 프로그래밍 언어를 위한 코드 규약 ​ 2. 파일 이름
2022/04/12 14:31 오션 Code Conventions for the Java Programming Language * description : Introduction * author : 오션 * email : shlim@repia.com * lastupdate : 2022-04-12 자바 프로그래밍 언어를 위한 코드 규약 ​ 1. 소개 1.1 코드 규약이 필요한 이유
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