Skip to content
Martin Roberge edited this page Feb 8, 2014 · 13 revisions

Welcome to the HydroCloud wiki!

Branches

  • Master: this holds the latest stable version. Everything merges to this branch.
  • gh-pages: this is identical copy of Master that is hosted live at mroberge.github.io/HydroCloud
  • hotfix: a branch by this name is created whenever a bug is discovered that needs immediate attention. Once this branch is stable, it should be merged back into Master and then deleted.
  • Development: this is a persistent branch where the next version of the site gets worked on. Once it is ready to go, it gets merged into Master and work continues towards the next version...
  • other branches: I will create a few other branches to specifically test out a new library. If anything of value gets produced in one of these branches, it will get merged into Development.

Style Guide

  • four spaces instead of tabs.
  • remove all extra whitespace.
  • declare each variable with its own var
  • follow "Idiomatic Javascript".