AnnieTaylorCHEN / ColmarAcademy

the home page for a school with responsive design
https://annietaylorchen.github.io/ColmarAcademy/
0 stars 0 forks source link

naming conventions #2

Open rimmesbe opened 6 years ago

rimmesbe commented 6 years ago

Try to avoid using generic names with version numbers: column1, column2, section1, section1 This does not describe the component and makes it hard to read and organize. Go for descriptive names: .banner-section .course-section When some reads that they know immediately what section is being styled.

https://github.com/AnnieTaylorCHEN/ColmarAcademy/blob/master/index.html#L48