I prefer to explicit.
One example of this is the scripts for Node.js. I don't like to use "npm start", but instead:
1. "npm run start:dev" for local development
2. npm run start:prod" for production deployment
#buildinpublic
One example of this is the scripts for Node.js. I don't like to use "npm start", but instead:
1. "npm run start:dev" for local development
2. npm run start:prod" for production deployment
#buildinpublic
Comments