|
|
|
|
|
by lmm
1868 days ago
|
|
That's never been my experience in over 10 years of JVM work - people mainly use reflection or bytecode manipulation (aspectj) to do the kind of things you'd use code generation for. The only exception is thrift/protobuf and that's dumb serialization code that hopefully no-one's editing. |
|
Anyway, that is great news. That unexplainable love for code generation was one of the things holding the language back. It's always good to see things improve.