Best Practices
Get the most out of AndHow and your application
Declare properties in the class or interface where they are used. Place related sets of Properties in nested interfaces.
Don't worry about Property names unless you have to
Use a Property default value when there is a good business-related default that works in all environments
Use an AndHowInit class to configure AndHow and include it with your deployable application, not a library or dependency
Include an andhow.properties file in your deployable artifact, not in library or dependency
Use an andhow.properties on your test classpath (not your production one)
Last updated