1 / 5

Cs1101Z Group 7 Discussion 1

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.

Download Presentation

Cs1101Z Group 7 Discussion 1

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Cs1101Z Group 7 Discussion 1 Lek Hsiang Huilekhsian@comp.nus.edu.sg http://www.comp.nus.edu.sg/~lekhsian/cs1101

  2. Any questions from lectures/course marker etc?

  3. Other Issues • Please try lab0(esp for computing students)http://www.comp.nus.edu.sg/~cs1101x/3_ca/labs/lab0/unix_intro.html

  4. 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

  5. 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

More Related