Skip to content
Yao Jian Yap edited this page Aug 24, 2017 · 59 revisions

Welcome to 306A1 Documentation

Coding Guidelines

  • Packages - names should be lower case only, subsequent words are just appended to the end, e.g. helloworld
  • Classes - use CamelCasing for names, starting with UPPER case
  • Methods - use camelCasing for names, starting with lower case
  • Variables - use camelCasing for names, starting with lower case
  • Fields - put underscore ( _ ) before variable names

Visualisation

Graph Visualisation

Gantt Chart Visualisation

Statistics Table Visualisation

Clone this wiki locally