Generator naming conventions #27256
timothystone
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Can't you just adjust prettier to use your preferences, then run it to reformat all your code? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The generator uses a lot of naming conventions that create friction in the use of Java Style conventions like the Google Style Guide. For example,
*DTO.java
fails builtin defaults of Checkstyle for Google. The built-in Sun checks pass. Picking a style guide is often opinionated.Is there an appetite to conform to a published and opinionated standard that would largely change the generator templates?
Beta Was this translation helpful? Give feedback.
All reactions