Archive for July 5th, 2005

Worst idea ever.

Tuesday, July 5th, 2005

And that would be sugar free apple juice. I figured I’d try one of these this morning thinking that this was juice without the extra corn syrup. It was one of those rare moments where I actually felt okay about drinking a “diet” beverage since I didn’t see any of the artificial sweetener brand labels [...]

AOP is not just a decorator

Tuesday, July 5th, 2005

A lot of folks who don’t know enough about AOP (Aspect Oriented Programming) feel that they can achieve the same results by using the decorator pattern. While AOP is similar in concept, there is a lot more that AOP can solve that a decorator pattern would be hard pressed to do. The GOF Decorator pattern [...]