Promotion

~~Not published~~

Intro gif Idea

What if Constants were Configurable?

What if app configuration was just constants?

AndHow!

strong.valid.simple.ConfigurableConstants for app configuration

Declare as a constant (underline static final)

Use like a constant

Load values from anywhere

(current run of strong.valid.simple, but remove the tag-line)

Example Ideas

  • Package a calculator for cmd line use w/ a ENABLE_GPU flag set to true, and another packaging w/o the AndHowInit so the class can be reused in an application. This is referenced in Best Practices, so an example would be nice.