Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 771 Bytes

File metadata and controls

18 lines (11 loc) · 771 Bytes

JavaScript - Remove commented code

All console logs should be deleted from files before the feature branch can be merged to the develop.
These unnecessary logs make it difficult for other developers to debug the code and can show private data.

Delete commented out parts of the code.
Blocks of code in the commentaries make it very difficult to read it and unnecessarily increase the size of the files.

eslint-plugin-etc - no-commented-out-code


Back to Code Guide - JavaScript

Back to Code Guide - Readme


Copyright © 2017 Stanislav Kochenkov