In so far as is possible, you should move configuration settings out of configuration files and into a configuration framework.
- Your app will be easier to configure
- It will also be easier to develop
--------------------------- Usability ---------------------------------->
Code constants | Configuration file | Configuration framework |
---|---|---|
![]() |
![]() |
![]() |