-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Welcome to the HydroCloud wiki!
I'm trying to follow the simple workflow used by GitHub:
-
Master: this holds the latest stable version and should always be ready to deploy. Everything merges to this branch.
-
gh-pages: this is identical copy of Master that is hosted live at mroberge.github.io/HydroCloud
-
all other branches: Every time you want to add a new feature or fix a bug, create a new branch from Master with a descriptive name. Commit to it frequently. Once it passes all tests and is ready to go, submit a pull request to Master, and then merge it with Master and deploy it to gh-pages. I could use gh-pages as the Master, but it is such a standard convention to have the main branch be called 'Master' that I would rather spend a minute every time I deploy rather than break with this convention.
- four spaces instead of tabs.
- remove all extra whitespace.
- declare each variable with its own
var
- follow "Idiomatic Javascript".
Website: HydroCloud.org - - - - Tests: test.html