GitHub - wertqert/icseComputerScience: Some codes in Java. For Beginners.


Hello. This is a repositry for all Vibgyor (and ICSE) students. Slowly, various files would be put up here. This by all means open source and shall remain so. Keep checking for updates 😉

PROJECT TITLE: ICSE Repositery

PURPOSE OF PROJECT: To assist ICSE students in class 9 (and eventually) 10th

VERSION or DATE: V1.0.0 12/31/2018

HOW TO START THIS PROJECT: Preferably BlueJ

AUTHORS: Monish Singhal aka schoolboyProgrammer

HOW TO REACH ME: Message me on Quora (Monish Singhal) or Hangouts (monishsinghal7@gmail.com)


Requisists for commits on the files of the repositry:

  1. Every code should begin with an explainatory comment on what is happening in the program.
  2. The classes, objects, files, variables and arrays ahould be appropriately named. Classes should begin with class..., all written in lower camel case Similarly, objects should begin with obj variables should begin with var arrays should begin with arr functions should begin with func Exceptions: Loop variables(i, j etc. will suffice) main() function
  3. The code should be properly interspaced with comments explaining the logic behind the program. This is to ensure the code has high readablility.
  4. You can end your code with your signature. For example, my signature is: ~schoolboyProgrammer

Analytics