Last night the book named [Data Structure with Java Hubbed] was closed. When talked about the advantage that I have taken of, with the help of that book I familize myself with data structure,
especially the Java Collection Framework. I think it important for me to further get my position promptation. So today night I prepare to start a new book, whose name is <Refactoring : Imporve Design the existing code> written by by Martin Fowler, Kent Beck
(Contributor), John Brant (Contributor), William

Opdyke, don Roberts. In the past  this book was always talked by friends and was strongly recommended to me as a primary guigude to senior software deverloper. However, for the sake of my laziness, I start to read this book until
now.

Refactoring: Imporvinmg the design of the existing code shows how refactoring can make object-oriented code simple and easier to maintain. Today refactorign require considerable design know-how,
but once tools become availables, all programmers should be able to imporve their coding using refactoring techniques.

Early chapters stress the importance of testing in the successful refactoring (When you imporve code, you have to test tot verify that it still works).After the discuss on how to detect 'smell'
of bad code, readers get to heart of the book,it catalog of over 70 'refactorings'--tips for better and simpler class design. Each tip of is illustrated with before and after code.

最新文章

  1. android View事件分发机制结论
  2. 20145321 Git的安装使用及今后学习规划
  3. Git 常用的命令总结(欢迎收藏备用)
  4. Webshell实现与隐藏探究
  5. Java读写文件的几种方式
  6. SQLite及ORMlite在WebApp中的使用
  7. 解决ASP.NET MVC3与FusionCharts乱码问题
  8. .NET解析HTML库集合
  9. 在现代渲染API下,封装跨平台渲染框架的尝试 - 资源管理
  10. Hibernate更新部分字段浅谈
  11. Binder的使用(跨进程——AIDL,非跨进程)
  12. lua读书笔记
  13. js的日期、定时器
  14. JS 之设置元素样式的改变,可以利用样式框架
  15. xlsx批量转为utf8的csv
  16. 控制可编辑的Div 在添加图片,或者@某人的时候 光标移动到最后
  17. xss攻击(跨站脚本)
  18. SharePoint 2010 安装错误:请重新启动计算机,然后运行安装程序以继续
  19. java学习之路--集合基础之List和Set部分
  20. php 扩展包链接

热门文章

  1. [ ZJOI 2010 ] 网络扩容
  2. 关于defineProperty
  3. 树莓派+百度api实现人脸识别
  4. FTP初始化文件.netrc使用技巧[转发]
  5. 对比hive和mysql查询汇总
  6. python计算auc指标
  7. 防止按钮button重复提交,点击后失效,10秒后恢复
  8. Assembly之instruction之JC
  9. webstom2017最新破解 ------------ http://blog.csdn.net/voke_/article/details/76418116
  10. 【Redis】四、Redis设计原理及相关问题