taowen2002的专栏

我的日常Blog地址:taowen.net

2005年08月

原创 AOP introduced a new way to do wishful thinking

The essence of AOP is the idea: when x, do y. It gives you the power to insert any code at any place. It might change the way you think given the ability to introduce new things after you written them. Actually, I do think it will change the way to design, as you can do wishful thinking but not relying on additional parameters (these parameters may be somewhat higher-order function in functional programming or other object instance in object-oriented programming). With AOP, you can write down me阅读全文>

发表于 @ 2005年08月19日 17:14:00|评论(loading...)|编辑

Csdn Blog version 3.1a
Copyright © taowen2002