AlexinAfrica / prj-rev-bwfs-tea-cozy

0 stars 0 forks source link

Good use of div, id, and classes #3

Open sangjunp4rk opened 7 years ago

sangjunp4rk commented 7 years ago

Great decisions on the classes and ids name. It makes it very clear what its purpose is and makes grouping your sections very effective. These organizational skills come in handy as you expand your code since you can modify entire sections at once. You also chose very clear and concise names for them. It pays off to spend time thinking of good names for classes, ids, and variables.

https://github.com/AlexinAfrica/prj-rev-bwfs-tea-cozy/blob/master/TeaCozy/index.html#L39

AlexinAfrica commented 7 years ago

Thank you. I find this sometimes tough, but if I don't do it, becomes a nightmare!