CSC/ECE 517 Fall 2010/ch5 5b mt: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<p style="font-size: 24px">'''Variable Naming Conventions'''</p> | <p style="font-size: 24px">'''Variable Naming Conventions'''</p> | ||
Variables are used in all computer programming languages and are used for various reasons; such as, holding the value of a constant, holding the value of something used many times throughout the program, or used briefly for counting. The names used for each variable are more difficult to choose than simply making any word or word combination. The rest of this article is dedicated to helping the novice programmer determine variable names for different programming languages and purposes. | |||
Line 15: | Line 15: | ||
|| | || | ||
== | ==Notable Naming Conventions== | ||
||This is our first subtopic|| | ||This is our first subtopic|| | ||
== | ==Language Specific Examples== | ||
||This is our second subtopic|| | ||This is our second subtopic|| | ||
Line 26: | Line 26: | ||
==References== | ==References== | ||
<span id="1foot">1. <sup>[[#1bodya|''a'']], [[#1bodyb|''b'']]</sup></span> Author last, FI. (2010, April 26). Title of webpage. Retrieved October 15, 2010, from site name (Github): http://github.com/ | <span id="1foot">1. <sup>[[#1bodya|''a'']], [[#1bodyb|''b'']]</sup></span> Author last, FI. (2010, April 26). Title of webpage. Retrieved October 15, 2010, from site name (Github): http://github.com/ | ||
==Additional Resources== | ==Additional Resources== | ||
* ||Put anything that we didn't actually cite here|| | * ||Put anything that we didn't actually cite here|| |
Revision as of 00:58, 1 November 2010
Variable Naming Conventions
Variables are used in all computer programming languages and are used for various reasons; such as, holding the value of a constant, holding the value of something used many times throughout the program, or used briefly for counting. The names used for each variable are more difficult to choose than simply making any word or word combination. The rest of this article is dedicated to helping the novice programmer determine variable names for different programming languages and purposes.
Introduction
||Put Intro Here, include definition of variable naming conventions||
||An example of multiple cites for the same resource [1] [1] If it doesn't have multiple cites for the same resource just leave off the a and b
||This is an example with a reduced width
This is an example of a normal image
||
Notable Naming Conventions
||This is our first subtopic||
Language Specific Examples
||This is our second subtopic||
Conclusions
||Put the conclusions here||
References
1. a, b Author last, FI. (2010, April 26). Title of webpage. Retrieved October 15, 2010, from site name (Github): http://github.com/
Additional Resources
- ||Put anything that we didn't actually cite here||