Simple Rules For Simpler Code ================================= .. toctree:: :maxdepth: 2 1 No Abbreviations <./NoAbbreviations.rst> 2 Don't Use Else <./Don'tUseElse.rst> 3 One Level of Indentation <./OneLevelofIndentation.rst> 4 Limit Your Instance Variables <./LimitYourInstanceVariables.rst> 5 Wrap Primitives (Sometimes) <./WrapPrimitivesSometimes.rst>