8.29Environment parity
You want:
DEV
QA
PROD
to differ primarily in:
configuration
credentials
data
capacity
not fundamentally different code.
Otherwise:
QA tested build ≠ production build
which undermines testing.
You want:
DEV
QA
PROD
to differ primarily in:
configuration
credentials
data
capacity
not fundamentally different code.
Otherwise:
QA tested build ≠ production build
which undermines testing.