Today, I will provide example of performing a quick and easy way to conduct automated code review on your javascript source.
Plato is a “JavaScript source code visualization, static analysis and complexity tool”
Run the following command in your
If you run the plato check often during development, the report will show the changes (positive / negative) in the number of issues being reported. And the underlying jshint review tool is completely configurable to include / exclude various checks. Read manual in the links supplied.
#HappyCoding
Sample Report
