Jump to content

Recommended Posts

Posted

I noticed that looking through the topics that some of the code is all lower case when there is more than one word in your code and you can not have any white space. Here is standard coding practice, camel casing or underscore. Camel casing is making your next word start with a uppercase. Like this theDogIsWet or with under score the_dog_is_wet. You can use either but I would suggest that you pick one and stick with it, it is personnel preference. You will find that it will not take long using one of these that you will be doing this without thinking about it.

Posted

Or-you-could-just-use-hyphens - they don't get swallowed up by underlines like_underscores_do.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...