issues
search
Aseadd
/
ToDo-List-Best-Practices
0
stars
0
forks
source link
Peer-to-Peer code review
#2
Open
carlosmuerto
opened
2 years ago
carlosmuerto
commented
2 years ago
Peer-to-Peer code review
[ ] the
drag.js
file is complete commented, dont commit comented code, use a branch instead.
[ ] use a method when you need to use several time the same code.
https://github.com/Aseadd/ToDo-List-Best-Practices/blob/6b943ac38301763e2882ad627a53dcbad1c8bdf7/src/task.js#L13
https://github.com/Aseadd/ToDo-List-Best-Practices/blob/6b943ac38301763e2882ad627a53dcbad1c8bdf7/src/task.js#L24
https://github.com/Aseadd/ToDo-List-Best-Practices/blob/6b943ac38301763e2882ad627a53dcbad1c8bdf7/src/task.js#L29
https://github.com/Aseadd/ToDo-List-Best-Practices/blob/6b943ac38301763e2882ad627a53dcbad1c8bdf7/src/task.js#L40
Peer-to-Peer code review
drag.js
file is complete commented, dont commit comented code, use a branch instead.