od-c0d3r / TodoListJs

Html-Css-Js simple app
1 stars 0 forks source link

Improve code quality and best practice #4

Open od-c0d3r opened 2 years ago

od-c0d3r commented 2 years ago

DRY case 1: https://github.com/od-c0d3r/todoJs/blob/59afb8255c591b8b8798d069959310118c077c18/src/modules/crud.js#L82-L84

https://github.com/od-c0d3r/todoJs/blob/59afb8255c591b8b8798d069959310118c077c18/src/modules/crud.js#L88-L90

DRY case 2: https://github.com/od-c0d3r/todoJs/blob/59afb8255c591b8b8798d069959310118c077c18/src/style.scss#L22-L24

https://github.com/od-c0d3r/todoJs/blob/59afb8255c591b8b8798d069959310118c077c18/src/style.scss#L26-L28

https://github.com/od-c0d3r/todoJs/blob/59afb8255c591b8b8798d069959310118c077c18/src/style.scss#L49

https://github.com/od-c0d3r/todoJs/blob/59afb8255c591b8b8798d069959310118c077c18/src/style.scss#L58