I'm currently reviewing a draft of a book on Aspect-Oriented Programming.
Anyway, I wonder if there are any 'AOP whizzes' out there that would like to mention anything that they feel should be covered in such a book?
FYI - AOP is 'about' encapsulating cross-cutting concerns. For example, encapsulating a "debugging" aspect which cuts across the structure of the program.
For more info on AOP stuff, see http://aosd.net/.