aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGravatar rcoh <rcoh@mit.edu>2011-07-14 22:10:46 -0700
committerGravatar rcoh <rcoh@mit.edu>2011-07-14 22:10:46 -0700
commit6e33fa562c81c91267d2eb0538ccf8c865c3e36f (patch)
tree275b79378fc3b2eaf052bf5821be92e66be76740 /README
parent8a6822611945727e971addc76ea7aebea47f95ea (diff)
updated readme:wq
Diffstat (limited to 'README')
-rw-r--r--README18
1 files changed, 18 insertions, 0 deletions
diff --git a/README b/README
index e69de29..e400562 100644
--- a/README
+++ b/README
@@ -0,0 +1,18 @@
+BCTB Style guide:
+ Unlike the smootlight code, which was something of a hot mess, we are
+ going to follow actual python style conventions this time.
+
+method_names
+ClassNames
+variable_names
+Files are modules (like java packages --> multiple classes per file)
+
+INDENTS ARE 2 SPACES. NOT 4. NOT 8. NOT TABS. Thanks :).
+
+If you write something that is easily testable and mission critical, write a test for it! Put it in
+the tests folder. Consult the tests folder of the smootlight code for how
+to do that.
+
+This is going to be boss.
+
+