harshi0102 / AwesomeBooks-ES6

AwesomeBooks with ES6-"Awesome books" is a simple website that displays a list of books and allows you to add and remove books from that list.It is built with HTML,CSS and Javascript.
https://harshi0102.github.io/AwesomeBooks-ES6/
MIT License
3 stars 0 forks source link

Peer-To-Peer-Code-Review #2

Open CaptainBawa opened 1 year ago

CaptainBawa commented 1 year ago

Hey @harshi0102 you've done an excellent job and I must say I like your design but there is one thing I think is not a good practice: Capture I can see you having unused code as a comment in your HTML and I think something like this will always make your code looks messy

BezzB commented 1 year ago

I suggest that you make the code cleaner by always trying to delete any unused code in your project.