gergitokusse / To-Do-list

MIT License
0 stars 1 forks source link

Do I follow JavaScript best practices? #4

Open gergitokusse opened 1 year ago

gergitokusse commented 1 year ago

HTML and CSS best practices

👉 I tried to analyze my style and HTML code and it seems like it is HTML and CSS best practices.

JavaScript best practices.

👉 The JS file also follows best practices. however, one function was defined but never used in the project. here

DRY, KISS, and YAGNI rules.

👉 The rules were almost applied to the project code.