When to choose code vs configuration?
In the book Pragmatic Programmer, there are several parts advocating putting things in configuration rather than code: First, we want to make our systems highly configurable. Not just things such as screen colors and prompt text, but deeply ingraine...