inhyechoi / Instanews

responsive web project using Ajax calls to a New York Times API 📰
https://inhyechoi.github.io/Instanews/
0 stars 1 forks source link

Semantic Class Names #2

Closed nejohnston closed 7 years ago

nejohnston commented 7 years ago

CSS class names are quite vague and use the actual element's name in the class i.e. ".div-sizing". Furthermore, in your Javascript the naming of functions and variables are okay because there is only one JS file. In the future though, they should be more specific so not only the evaluator, but you too can identify exactly what the main.js file is doing.