grabenair Posted March 6, 2011 Report Posted March 6, 2011 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.
Andrea Posted March 6, 2011 Report Posted March 6, 2011 Or-you-could-just-use-hyphens - they don't get swallowed up by underlines like_underscores_do.
grabenair Posted March 7, 2011 Author Report Posted March 7, 2011 Thanks for the advice, I did not know that you code use hyphens Thank you
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now