jacques-n commented on pull request #1409: URL: https://github.com/apache/iceberg/pull/1409#issuecomment-686616025
> @jacques-n, I haven't seen immutables before. How is your impression? Is the naming of generated methods fixed? I'm not sure whether you mean "fixed" as in broken or "fixed" as in not-customizable. If the former, I'm not sure what you're referring to. If the latter, yes there is some control to customize the method names: https://immutables.github.io/style.html We find that it is relatively painless to use, has good IDE integration and removes a lot of boilerplate code. Allows us to do a better job of creating domain specific model classes in different layers rather than over-sharing them. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
