Description
:white_check_mark: The Node.js best practices list (December 2020) - goldbergyoni/nodebestpractices
Summary
- Node.js Best Practices Latest Best Practices and News ✅ New best practice: There won't be any automated metric telling you when a large portion of your code is not covered by testing 4.9 Inspect for outdated packages TL;DR: Your production will run packages that have been explicitly tagged by their author as risky 4.10 Use production-like environment for e2e testing TL;DR: Include a .dockerignore file that filters out common secret files and development artifacts.