posted 13 years ago
A common mistake I see is failing to write good pointcuts. The reason is not investing time in learning AOP concepts and especially the join point model. The remedy, fortunately, is easy -- spend a day or two learning AOP. In a sense, this is no different than OOP: unless one has a firm grasp of the core OOP concepts, he is likely to produce code that is no better (and perhaps worse) than, say, procedural code.