Again, I realize the short answer probably is “it doesn’t matter”, in
which case I’m inclided to use the shorter version “bigidea”. But want
to make sure I’m not missing something here regarding naming convention.
For example, I know that by convention, this dictates the name of my
database. Should I care whether my development db is named
“bigidea_development” or “big_idea_development”?
Thanks again.
Dave S. wrote:
I would say that you should use whatever you want to see in a URL.
definitely big_idea
Anywhere you use CamelCase for something and need to convert it to lower
case, it’s good habit to use underscores to separate the words. Theres
even a couple fancy methods on string help.