Minor changes.

This commit is contained in:
Alex Dedul 2007-07-21 21:41:24 +00:00
commit d9c2ab0a32

View file

@ -30,7 +30,7 @@ Here are the highlights:
long_variable = 3
Some more recommendations:
* "Dont repeat yourself (DRY). Every distinct concept and/or piece of
* "Don't repeat yourself (DRY). Every distinct concept and/or piece of
data should live in one, and only one, place. Redundancy is bad.
Normalization is good." (taken straight from django's Design philosophies)
* Try to use iterators/generators where applicable. The simplest change from