From 0bd602c918b864c780544a8aefc71aa790cb28a8 Mon Sep 17 00:00:00 2001 From: brson Date: Wed, 10 Apr 2013 15:46:25 -0700 Subject: [PATCH] Updated Note style guide (markdown) --- Note-style-guide.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Note-style-guide.md b/Note-style-guide.md index 9f50914..77260de 100644 --- a/Note-style-guide.md +++ b/Note-style-guide.md @@ -47,8 +47,6 @@ A ```for``` loop is always preferable to a ```while``` loop unless the loop coun ## Naming conventions -Inspired by PEP8 - 100 column lines, 4 space indent, no tabs Type names, variants - camel case function - lowercase with underscores where it helps readability