Sunday, 25 August 2013

When not to use hyphens in naming conventions for html/css/javascript?

When not to use hyphens in naming conventions for html/css/javascript?

I was reading an article that stated the dangers of using hyphens for
naming conventions in web development (html/css/javascript). I can't find
the article anymore. Can someone explain the problem with hyphens? I think
the article said that hyphens were automatically removed, so a name like
red-square would be stored as redsquare...this is vague but all I can
remember.

No comments:

Post a Comment