50 likes | 199 Views
Cs1101Z Group 7 Discussion 1. Lek Hsiang Hui lekhsian@comp.nus.edu.sg http://www.comp.nus.edu.sg/~lekhsian/cs1101. Any questions from lectures/course marker etc?. Other Issues. Please try lab0(esp for computing students) http://www.comp.nus.edu.sg/~cs1101x/3_ca/labs/lab0/unix_intro.html.
E N D
Cs1101Z Group 7 Discussion 1 Lek Hsiang Huilekhsian@comp.nus.edu.sg http://www.comp.nus.edu.sg/~lekhsian/cs1101
Other Issues • Please try lab0(esp for computing students)http://www.comp.nus.edu.sg/~cs1101x/3_ca/labs/lab0/unix_intro.html
Style/Naming Convention • Please refer to http://www.comp.nus.edu.sg/~cs1101x/3_ca/labs/styleguide/styleguide.html • Indentation • Comment your code • Classes should start with uppercase • Variables should start with lowercase • Methods should star with lowercase • Final variables/constants should be all uppercase
Variable Names • Case-sensitive • Beginning with a letter, dollar sign($) and underscore(_) • White spaces is not permitted • Subsequent characters may be a letter, digits, dollar sign or underscore