MarcoOquendoC / toDoList

"To-do list" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete.
MIT License
7 stars 0 forks source link

Do I follow JavaScript best practices? #7

Open MarcoOquendoC opened 2 years ago

MarcoOquendoC commented 2 years ago

Do I follow JavaScript best practices?

DRY (Don't Repeat Yourself)

YAGNI (You Aren't Gonna Need It)