FACN3 / swearUrban

an autocomplete search app
0 stars 0 forks source link

Inconsistent class/id naming #26

Open Karyum opened 6 years ago

Karyum commented 6 years ago

here we have the id and class both use camelcase.

this is not a big deal for this project but im just pointing this out for much bigger projects.

hasansaad1 commented 6 years ago

what do you mean we should change? @Karyum

Karyum commented 6 years ago

you are using camelCase for both the id and the class.

that shouldn't be the case, class and ids are different, they should have different naming conventions