You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/11/18 16:38:40 UTC

[GitHub] [incubator-druid] suneet-amp commented on issue #8328: [DISCUSS] Code generation for commonly implemented basic methods

suneet-amp commented on issue #8328: [DISCUSS] Code generation for commonly implemented basic methods
URL: https://github.com/apache/incubator-druid/issues/8328#issuecomment-555099576
 
 
   I've never had to debug code generated by lombok, because it's always used for very simple code - hashCode&equals, trivial getters & setters, Constructors and Builders. And in my experience, I haven't seen the IDE slow down significantly because annotation processing was enabled for lombok.
   
   There are some fancy features in lombok - like SneakyThrows that I think we should not use except within the test folder.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org