There is much to read out there concerning this old question. Most languages seem to have their preferred style - and everythings ok with this.
But what about this question of style in the CSS context? Both is correct and looks fine:
someContainerContent vs. some_container_content
What do you think?
- Which is your and what do you think is the community's preferred style?
- Do you see advantages in one or the other?
- Or just disadvantes?
I'm currently writing java and ruby and so I'm switching between both all the time. In CSS I often catch myself by writing both, which is quite troublesome.
Please provide my some help to decide which case to use and have my code awesome styled! ;)