Java(1)
.java compile ==> .class bytecode jvm==> can execute file
spring在java中使用相当广泛,到处都是ioc。
my eclipse ide 还是挺好用的。
Remember : a class describes what an object knows and what an object does.
职责单一
TDD
prep code :关注于实际业务逻辑,使用伪代码实现。
test code :测试realcode,验证是否做正确的事儿。
real code :
步骤:
1。 写出Prep code 伪代码。
2。 base on prep code wirte Test code.
3。 write real code ,then test