DEV Community

Discussion on: Getter naming conventions

Collapse
 
jordan33h profile image
Jordan

Bean/Model I recommend stick to get set and constructor if lesser field, it is pretty confusing with functional method.

Simply apply Lombok @Data or @Getter @Setter with chain, maintain readable code.