백엔드 언어2017. 3. 24. 19:11

Code Convention for the java Programmer 

This Code Convention for the Java Programming Language document contains the standard convention that we at Sun follow and recommend that others follow. iT covers filenames, file organization, comments, declaration, statements, white space, naming conventions, programming practice and include a code example

1. 80% of the lifetime cost of a piece of software goes to maintenance.
2. Hardly any software is maintained for its whole life by the original author.
3. Code Conventions improve the readability of the software. allowing engineers to understand new code more quickly and thoroughly

The Code Conventions for the Java programming language document was revised and updated on April 20, 1999


1. 소프트웨어를 개발하는 일련의 모든 과정에 들어가는 비용중 80%가 유지보수에 쓰인다.
2. 소프트웨어의 유지보스를 그 소프트웨어를 직접 개발한 개발자가 담당하는 경우 거의 보기 힘들다.
3. 코드 규칙을 지키면 다른 개발자가 그 소스코드를 처음 보았을 때, 더 빠른 시간안에 완벽하게 이해 할 수 잇도록 도와주기 때문에, 소프트웨어의 가독성이 높아진다.



'백엔드 언어' 카테고리의 다른 글

톰캣 설치 및 연동  (0) 2017.03.24
JDK 설치 및 이클립스 설치  (0) 2017.03.24
자바 기본개념 정리  (0) 2017.03.23
데이터베이스 연동 테스트  (0) 2017.03.23
모바일 접속 체크 코드  (0) 2017.03.23
Posted by EL2A