ivanmvh / to-do-list-imvh

In this project we will be using webpack to create, edit, and delete tasks from a list of tasks created by the user, the main goals of this project are: Use webpack to bundle JavaScript. Learn how to use proper ES6 syntax. Use ES6 modules to write modular JavaScript.
2 stars 0 forks source link

DRY, KISS, and YAGNI rules. Do I follow ? #6

Open ivanmvh opened 1 year ago

ivanmvh commented 1 year ago

DRY: Don't repeat yourself! (yes, it's ok)

KISS: Keep It Simple, Stupid. (yes, I believe is simple) YAGNI: You Aren't Gonna Need It. (Some code cant bed erased in list_Todos-todosElemment)