From d9c2ab0a32730405b7e0ece2d4632e3a2a102fb8 Mon Sep 17 00:00:00 2001 From: Alex Dedul Date: Sat, 21 Jul 2007 21:41:24 +0000 Subject: [PATCH] Minor changes. --- HACKING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING b/HACKING index 8693d744e..334708aa7 100644 --- a/HACKING +++ b/HACKING @@ -30,7 +30,7 @@ Here are the highlights: long_variable = 3 Some more recommendations: - * "Don’t 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