diff options
Diffstat (limited to 'HACKING')
| -rw-r--r-- | HACKING | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -1,5 +1,5 @@ -Nova Style Commandments -======================= +OpenStack Style Commandments +============================ Step 1: Read http://www.python.org/dev/peps/pep-0008/ Step 2: Read http://www.python.org/dev/peps/pep-0008/ again @@ -23,7 +23,6 @@ Imports \n {{begin your code}} - General ------- - thou shalt put two newlines twixt toplevel code (funcs, classes, etc) @@ -33,7 +32,6 @@ General - thou shalt not name anything the same name as a builtin or reserved word - thou shalt not violate causality in our time cone, or else - Human Alphabetical Order Examples --------------------------------- :: @@ -54,7 +52,6 @@ Docstrings ---------- """A one line docstring looks like this and ends in a period.""" - """A multiline docstring has a one-line summary, less than 80 characters. Then a new paragraph after a newline that explains in more detail any |
