Use features differently between dev and production
Add simple switches so prototypes behave differently when developing vs sharing.
Goal
Keep dev conveniences without leaking them into shared prototypes.
Steps
- Decide what should differ between dev and shared environments.
- Use an environment variable (or config) to gate the behaviour.
- Verify both modes.
Notes
Source inspiration: hippo-prototyping discussion https://github.com/hippo-digital/hippo-prototyping/discussions/52