Jan 10, 2011 13:27
Do I know any java programmers who use Aspect Orientated Programming (specifically AspectJ) and actually *likes* it? I understand it is another level of indirection, but I am wondering whether it is another level too far.
tech
Leave a comment
Comments 3
Reply
Reply
I use the ideas of it a lot in my programming today (although I don't touch Java any more), but it was starting to get too fiddly imo back then, even before they made it more complicated. If you have good tool support then it seems to work, but these days without the tools it seems to be impossible to keep any system of any level of scale in your head.
As for working out what code's available to you, if my memory serves then you shouldn't consider aspect code available unless you are writing more code in that aspect - seperating concerns into separate modules is what it's all about.
Reply
Leave a comment