Replies: 1 comment 1 reply
-
I did consider defaults for some of these properties initially. Ultimately, I decided being explicit it better for the following reasons.
At the end of the day - copying 3 lines of code is the same effort as copying 10 lines. I believe the benefits of being explicit outweigh any cons. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
would you be open for a PR to define some defaults for config values?
For example, the following three are probably safe defaults so users wouldn't need to repeat them:
Obviously it should be built in a way that values can still be overridden via the properties file.
Beta Was this translation helpful? Give feedback.
All reactions