mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
Minor changes.
This commit is contained in:
parent
2fb2cdda10
commit
d9c2ab0a32
1 changed files with 1 additions and 1 deletions
2
HACKING
2
HACKING
|
@ -30,7 +30,7 @@ Here are the highlights:
|
||||||
long_variable = 3
|
long_variable = 3
|
||||||
|
|
||||||
Some more recommendations:
|
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.
|
data should live in one, and only one, place. Redundancy is bad.
|
||||||
Normalization is good." (taken straight from django's Design philosophies)
|
Normalization is good." (taken straight from django's Design philosophies)
|
||||||
* Try to use iterators/generators where applicable. The simplest change from
|
* Try to use iterators/generators where applicable. The simplest change from
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue