-
Notifications
You must be signed in to change notification settings - Fork 3
Development stuff
jstasiak edited this page May 5, 2012
·
7 revisions
-
Commit early
-
Commit often
-
Commit only files with LF line ends (
git config --global core.autocrlf input
) -
Indent using tabs
-
Opening braces at end of line:
public void DoSomething() { }
-
Gesture recognition (using HMM with Kinect) implementation example: http://www.creativedistraction.com/demos/gesture-recognition-kinect-with-hidden-markov-models-hmms/
-
If you want to delete some code, just delete it. Do not comment it.