[computer-go] Aspect Oriented Programming
Mark Boon
tesujisoftware at gmail.com
Sun Sep 24 08:08:18 PDT 2006
On Sep 23, 2006, at 8:30 PM, Darren Cook wrote:
> I've also though aspects could be useful, but they share a problem
> with
> any extra pre-compile stage (*): compiler errors and debuggers get
> weird
>
> Perhaps Java is better in this regard, and the tools are aspect-aware?
> I'd be interested to hear from anyone using C++ and aspects who is not
> having this problem.
>
Yes, there's a plug-in to use AspectJ for Eclipse. It's fully
integrated, so no problems with compiler errors or debugger. And you
get little icons next to the lines that are affected by the aspects
and you can click through to the related code.
Mark
More information about the computer-go
mailing list