文件名称:javacodeconventions
- 所属分类:
- JSP源码/Java
- 资源属性:
- [PDF]
- 上传时间:
- 2014-11-10
- 文件大小:
- 36kb
- 下载次数:
- 0次
- 提 供 者:
- prab*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Java Code Conventions
Introduction
Why Have Code Conventions
Code conventions are important to programmers for a number of reasons:
•
•
•
•
80 of the lifetime cost of a piece of software goes to maintenance.
Hardly any software is maintained for its whole life by the original author.
Code conventions improve the readability of the software, allowing engineers to
understand new code more quickly and thoroughly.
If you ship your source code as a product, you need to make sure it is as well packaged
and clean as any other product you create.
For the conventions to work, every person writing software must conform to the code
-Java Code Conventions
Introduction
Why Have Code Conventions
Code conventions are important to programmers for a number of reasons:
•
•
•
•
80 of the lifetime cost of a piece of software goes to maintenance.
Hardly any software is maintained for its whole life by the original author.
Code conventions improve the readability of the software, allowing engineers to
understand new code more quickly and thoroughly.
If you ship your source code as a product, you need to make sure it is as well packaged
and clean as any other product you create.
For the conventions to work, every person writing software must conform to the code
Introduction
Why Have Code Conventions
Code conventions are important to programmers for a number of reasons:
•
•
•
•
80 of the lifetime cost of a piece of software goes to maintenance.
Hardly any software is maintained for its whole life by the original author.
Code conventions improve the readability of the software, allowing engineers to
understand new code more quickly and thoroughly.
If you ship your source code as a product, you need to make sure it is as well packaged
and clean as any other product you create.
For the conventions to work, every person writing software must conform to the code
-Java Code Conventions
Introduction
Why Have Code Conventions
Code conventions are important to programmers for a number of reasons:
•
•
•
•
80 of the lifetime cost of a piece of software goes to maintenance.
Hardly any software is maintained for its whole life by the original author.
Code conventions improve the readability of the software, allowing engineers to
understand new code more quickly and thoroughly.
If you ship your source code as a product, you need to make sure it is as well packaged
and clean as any other product you create.
For the conventions to work, every person writing software must conform to the code
(系统自动生成,下载前可以参看下载内容)
下载文件列表
javacodeconventions.pdf