On 31.1.12 11:28, Jukka Zitting wrote:
And while we're at it, would people be interested in using a "language
enhancement" tool like Lombok [1] to reduce the amount of commonly
needed boilerplate code? The downside is that the such custom
extensions increase the entry barrier for people trying to understand
the code and might make some tool integration (debugging, etc.) a bit
harder. Personally I think the benefits would be worth it.
[1] http://projectlombok.org/
Mixed feelings. While the boilerplate addressed by Lombok continues to
bother me, I'm a bit reluctant to use 3rd party magic here. I fear
subtle bugs will sneak in through the back door in the long run...
I'd rather go for a modern language instead of taping things together ;-)
Michael