Refactoring
文章平均质量分 70
garcon1986
永远走在路上的前行者
关注实现细节,向专家进发!!!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Refactoring - replace Switch statement with state/strategy
/* Author: Jiangong SUN */ switch statements is procedural structure, not object programming, it can be replaced by strategy pattern with implementation of interface/abstract strategy, with con原创 2013-06-05 02:11:58 · 1521 阅读 · 0 评论 -
Refactoring - Bad Smells in Code
/* Author: Jiangong SUN */ There is a list of refactoring techniques with examples. http://www.refactoring.com/catalog/ 1. Duplicated code Extract method or Extract class 2. Long meth原创 2013-06-05 06:53:26 · 1086 阅读 · 0 评论 -
Software Craftsmanship - code kata
Software Craftsmanship - code kata原创 2013-01-25 19:03:20 · 1256 阅读 · 0 评论 -
[Project organization] - structure refactoring with TFS
[Project organization] - structure refactoring with TFS原创 2015-03-10 19:37:52 · 2210 阅读 · 0 评论
分享