jonathanmunamire/To-Do-List

JS Best Practices Issues

Closed this issue · 0 comments

Nice work, we suggest the following for best practice:

  • DRY:

  • use a loop for repeated things

  • KISS:

  • use a shorter syntax

  • YAGNI:

  • delete unused functions or variables