
架构与模式
iteye_1317
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Martinflower---依赖注入的解释
文章地址:[url]http://martinfowler.com/articles/injection.html.[/url] 附件含中文版。原创 2010-11-11 17:33:49 · 337 阅读 · 0 评论 -
开闭原则
SOFTWARE ENTITIES(CLASSES, MODULES, FUNCTIONS, ETC.) SHOULD BE OPEN FOR EXTENSION, BUT CLOSED FOR MODIFICATION.原创 2012-07-24 00:45:15 · 160 阅读 · 0 评论 -
The Visitor Pattern Re-visited
原文地址:[url]http://java.dzone.com/articles/visitor-pattern-re-visited[/url] Understanding the problem The actual problem is not the naming and horrible API verbosity of visiting code, but the mis-unde...原创 2012-04-19 21:10:09 · 148 阅读 · 0 评论