chiztechnology/Todo-List

JS Best practices

Opened this issue · 0 comments

Great job done ✅

by the way, my code still needs some improvements in order to follow js best practices.

  1. the code is DRY but I sometimes reuse or call multiple times the same objects instead of using object destructuring conception; ♻️
  2. KISS: ✅ the code is simple and it works. I avoided all unnecessary lines of code of impressive functions
  3. HTML, CSS, and JS Best practices applied to the code ✅