TuyishimireEric / Todo-List

Microverse Module 02 Project: This is an educational project to make a TodoList web application, where the users can add new todo, remove todo, edit todo, mark todo as completed, and remove all completed todo. Built with Webpack
MIT License
6 stars 1 forks source link

JavaScript best practices. #5

Open TuyishimireEric opened 2 years ago

TuyishimireEric commented 2 years ago

JavaScript best practices

:white_check_mark: You have made a great job so far

I think Declaring all your variables and constants at the beginning of the file will avoid creating methods without using them

TuyishimireEric commented 2 years ago

DRY, KISS, and YAGNI

no issue found

TuyishimireEric commented 2 years ago

HTML & CSS best practices

no issue found