mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 06:58:42 +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
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue