You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expect the module to be named SuperUsefulModule but instead it is named superUsefulModule (first letter is not capitalized and it should be.).
Then, if I want to create the same module using camel case, I would run something like:
Does it not match the documentation or this functionality elsewhere? Camel-case usually starts with a capital (the head of the camel) and bumpy case just has bumps in it?
Thanks for pointing that out. Also, after you brought this all up, I jumped on Wikipedia and noticed their official entry on camel case matches our documentation, not our code. So I apologize. You are correct and I'll definitely get on fixing this. :)
Lets say I want to create the module
super useful module
using bumpy case, I would run something like:I expect the module to be named
SuperUsefulModule
but instead it is namedsuperUsefulModule
(first letter is not capitalized and it should be.).Then, if I want to create the same module using camel case, I would run something like:
I expect the module to be named
superUsefulModule
but instead it is namedSuperUsefulModule
(first letter is capitalized and it should not be).The text was updated successfully, but these errors were encountered: