brebory / thinkful-fewd-best-practices

Repository for Thinkful's FEWD Mentors to compile information about front end best practices.
MIT License
3 stars 3 forks source link

DRY up the classes #14

Open brebory opened 10 years ago

brebory commented 10 years ago

I'm of the opinion that you should use a class on every element that needs styling. It provides a more meaningful name for each ui element, which aids in understanding and maintainability. Still, this one is open for discussion.

Convince me that using less classes is better and we'll make the changes.