SuperSonic wrote:Thanks ^^
Hblade wrote:np ^^
A nice pair of topic-killers..
These kinds of one-word messages from one user to other are really powerful in stopping the conversation. xD I guess you know what I mean
Hey SuperSonic, I see that you tried to make the typing of functions name easier and that's good.
But in my opinion it is also important to pay attention to how readable it is.
What I use is this:
myFunction
So that the name begins with little letter and every new word begins with capital letter. This way you can easily see what words there are in the name, compare:
setgrav AND setGrav
it's easier to understand the code when the capital letters "jump" to your eyes.