MoRaad97/To-Do-List

DRY, KISS, and YAGNI rules

MoRaad97 opened this issue · 0 comments

The code has can be better by following the DRY, KISS, and YAGNI rules

  • index.js file lines 30,40 and 53 listening to the same event and element you can use the DRY rule here and but just one event listener.