站内搜索: 请输入搜索关键词

当前页面: JAVA 编程资料牛鼻论坛Java & J2SE 技术区→[未读者必读]如何养成良好的编码习惯

[未读者必读]如何养成良好的编码习惯

发表新主题   回复此主题

第1楼 2005-11-18 04:45 ljcyu 写道:

[未读者必读]如何养成良好的编码习惯


经常看到public class a,没有良好编码习惯,别人看着太吃力,你的问题也就没有人感兴趣。
请不要再用没有意义的名字来命名!

sun的编码规范
http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html

中文版
http://bbs.chinajavaworld.com/post/view?bid=24&id=699610&sty=3&keywords=%B1%E0%C2%EB%B9%E6%B7%B6

Scott Ambler's codingconventions.
A lengthy document, with some of the best discussion I've seen.(这里的"I"是Spring的作者,expert one to one j2ee design and development的作者)
http://www.ambysoft.com/javaCodingStandards.html (见附件)

从最开始就养成好习惯!

本主题含有附件javaCodingStandards.pdf 354.43k


第2楼 2013-08-31 12:44 Robot :

[未读者必读]如何养成良好的编码习惯 相关


第3楼 2005-11-26 18:03 ranchgirl 写道:

API例子,帮助,下载,连接等


http://javaalmanac.com/egs/
almost all there with examples

Free, good, and official Java tutorial:
http://java.sun.com/docs/books/tutorial/

Thinking in Java 3rd Edition,中文版 + English version
http://java.galesoft.com/

Code Conventions for the JavaTM Programming Language
http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html

Java API doc
http://java.sun.com/j2se/1.4.2/docs/api/index.html
http://java.sun.com/j2se/1.5.0/docs/api/index.html

api 中文版 and many others
See links in 『 Java新技术,新闻,应用与资源等 』

Excellent article about Runtime from JavaWorld!
http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-traps.html

http://www.tigernt.com/

English-Chinese Online Dictionary
Chinese-English Online Dictionary


第4楼 2006-04-26 20:37 zjhchina 写道:

Re: API例子,帮助,下载,连接等


偶是新手,不怎么懂java,刚学的.英语不怎么好啊.


第5楼 2006-04-27 17:29 sunvy 写道:

Re: API例子,帮助,下载,连接等


听着很好啊



第6楼 2006-04-29 14:17 86716224 写道:

Re: [新手必读]如何养成良好的编码习惯


你们好 我是新来的 看到这个帖以后我觉的挺好 我会好好干的


第7楼 2007-07-22 16:49 jaywanghong 写道:

回复: [未读者必读]如何养成良好的编码习惯

是程序员最基本也是最重要的一点

发表新主题   回复此主题