summaryrefslogtreecommitdiff
path: root/wiki/dev/comments.md
diff options
context:
space:
mode:
authorOwen Jacobson <owen.jacobson@grimoire.ca>2013-02-12 09:42:01 -0500
committerOwen Jacobson <owen.jacobson@grimoire.ca>2013-02-12 09:42:01 -0500
commit77d9bfb9cf06668c13bc71c908dc03a565f9a2c0 (patch)
tree6c3ab6953be760887f3f7ed6dc2bba76860cee54 /wiki/dev/comments.md
parentecf1c7d4333a1d69e274a9eaa89fefe5dcf86b31 (diff)
Wrote out my theory on commit messages.
For context, also threw in my borrowed theory on comments.
Diffstat (limited to 'wiki/dev/comments.md')
-rw-r--r--wiki/dev/comments.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/wiki/dev/comments.md b/wiki/dev/comments.md
new file mode 100644
index 0000000..7dc1a68
--- /dev/null
+++ b/wiki/dev/comments.md
@@ -0,0 +1,8 @@
+# Comment Maturity Model
+
+> * Beginners comment nothing
+> * Apprentices comment the obvious
+> * Journeymen comment the reason for doing it
+> * Masters comment the reason for not doing it another way
+
+Richard C. Haven, via [cluefire.net](http://cluefire.net/)