Anyone use a language that supports AOP?
-
- Tenth Dan Procrastinator
- Posts: 4891
- Joined: Fri Jul 18, 2003 3:09 am
- Location: San Jose, CA
Anyone use a language that supports AOP?
So, I started reading through some documentation about eclipse (in particular about AspectJ) and though the idea of aspect oriented programming is kinda neat. It's kinda like moving from a tree of objects to tag/label based objects. However, it seems like it could be a bit hard to maintain appropriate lists of all of the pointcuts (tags/lables) that you'd want your advice code to execute on. So, any of you use a language like this or have any opinions about this method of coding?