Indicators for local development
Enhance developer experience by modernizing the local development workflow. This allows developers to work in production-like environments dedicated to development activities while reducing early-stage bugs and promoting higher-quality code.
Indicators
- [DL.LD.1] Establish development environments for local development
- [DL.LD.2] Consistently provision local environments
- [DL.LD.3] Commit local changes early and often
- [DL.LD.4] Enforce security checks before commit
- [DL.LD.5] Enforce coding standards before commit
- [DL.LD.6] Leverage extensible development tools
- [DL.LD.7] Establish sandbox environments with spend limits
- [DL.LD.8] Generate mock datasets for local development
- [DL.LD.9] Share tool configurations
- [DL.LD.10] Manage unused development environments
- [DL.LD.11] Implement smart code completion with machine-learning