两篇关于Strategy设计模式的教程
By Minidxer | November 11, 2008
设计模式其实是从建筑设计领域引入到计算机科学里去的。是对软件设计中普遍存在(反覆出现)的各种问题,所提出的解决方案。而导致软件设计模式的突破的则是Gang of Four(四人帮,简称GoF)四人的合著。Strategy就是GoF中的一种,下面是两篇不错的关于Strategy设计模式的教程,值得阅读:
http://ntt.cc/2008/10/07/gang-of-four-gof-design-patterns-in-actionscript-strategy.html
http://www.insideria.com/2008/11/exploring-the-strategy-design.html
这里有更多的ActionScript的设计模式实现:
http://ntt.cc/category/programming/ria-flex/design-patterns
Topics:
Adobe其他 |
No Comments » |
76 views
Tags: ActionScript, Strategy, 设计模式