arrow_back
Back

JavaScript code quality checklist: review and maintainability

Andrew Dorokhov Andrew Dorokhov schedule 1 min read
Code Target
"use strict"; Always use modern standards in the code.
const Always use constants when we can.
querySelector(), querySelectorAll() Many developers use it only with the document object. We should use it on child nodes as well to speed up the search.
code

Need Help with Development?

Happy to help — reach out via the contacts or go straight to my Upwork profile.

work View Upwork Profile arrow_forward
Next Article

JavaScript development workflow: tooling and practices

arrow_forward