自学内容网 自学内容网

4、代码规范

一、代码规范

1、{}四个空格的缩进
2、函数和函数中间应该有一个空行
3、if和else即使只有一句话,也要加上{}
4、类名首个单词的首字母大写StudentManager,一般是名词
5、函数首个单词的首字母小写printStudentInfo(),一般以动词开头

工作一两年之后:
1.代码大全
2.重构
3.Java编程思想

适合初学者:Head First Java

二、常见英文单词

做web连接数据库的增删改查, 登录 数据结构
include
exclude
positive
negative

javac: compile编译
workspace:工作空间
console:控制台

parameter:参数
duplicate: 重复
variable:变量 var
field:属性
attribute:属性
property :属性
address :地址
bit : 位
debug :除错 调试
directory :目录
dispatch :分派
document :文件
equal :相等
event :事件
exception 异常
flag :旗标 标记
flush :清理、扫清 刷新
framework : 框架
method : 方法
src是source的缩写 源代码
abstract :抽象
instantiate : 实例化
initialization :n 初始化
initialize : v 初始化 init
instantiate [ɪnˈstænʃɪeɪt] v. 实例化
property : 属性 (properties)
resource:资源
IgnoreCase:忽略大小写
prefix : 前缀
suffix : 后缀
superclass : 父类
subclass : 子类
append : 追加
constructor : 构造方法
define : 定义
undefine : 未定义
runtime : 运行时
Stack :栈
Overflow :溢出
Unreachable : 没法到达
legal : 合法的
Illegal : 非法的
access : 存取
illegal access : 非法存取
declare : v 声明
declaration : n 声明
row : 行
REFERENCES
column : 列
average : 平均数 avg
sibling 兄弟姐妹
subtree 子树
substring 子字符串
property

execute : 执行
https://blog.csdn.net/dreamcode/article/details/2223043


原文地址:https://blog.csdn.net/m0_72900498/article/details/143360804

免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!