Enforcing Code Quality for Node.jsby@patrickleet
15,463 reads

Enforcing Code Quality for Node.js

tldt arrow
Read on Terminal Reader
Read this story w/o Javascript

Too Long; Didn't Read

Using docker-compose to leverage standardized Dockerfiles for development. The next step in getting our application ready for deployment is productionizing it. Linting is a tool that analyzes source code to flag programming errors, bugs, stylistic errors, and suspicious constructs. Formatting is similar to linting, but less focused on syntax errors and more focused on just making the code look prettier, hence the name of the popular package prettier-standard. The prettier standard package also recommends doing so.

Companies Mentioned

Mention Thumbnail
Mention Thumbnail
featured image - Enforcing Code Quality for Node.js
Patrick Lee Scott HackerNoon profile picture

@patrickleet

Patrick Lee Scott

HackerNoon's first contributing tech writer of the year.


Receive Stories from @patrickleet

react to story with heart

RELATED STORIES

L O A D I N G
. . . comments & more!