selma-belhadj/To-Do-list-App

Do I follow JavaScript best practices?

Opened this issue · 0 comments

Do I follow JavaScript best practices?

Hello @selma-belhadj,
We loved your project 💯 and the javascript was very well structured. The code was DRY and you kept it simple.
However, there are a few issues to air out in order to take improve your project:

  • You should follow YAGNI principle. There is an unused code in your To-Do-list-App/src/tasks.js file where the function SortTasks is called nowhere