Updated Note style guide (markdown)

Brian Anderson
2013-05-21 16:55:21 -07:00
parent 91908d0456
commit 4bf9cb4044
+4
@@ -195,6 +195,10 @@ Examples:
A ```for``` loop is always preferable to a ```while``` loop unless the loop counts in a non-uniform way (making it difficult to express as a ```for```).
# Impls
Put `pub` modifiers on method names, not on the impls.
# Questions and TODO