aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorNils Gillmann <ng0@n0.is>2018-10-07 21:39:43 +0000
committerNils Gillmann <ng0@n0.is>2018-10-07 21:39:43 +0000
commitd0ac640f137cf2b6eee7ece44b5ed068dd67de83 (patch)
treeee8db931db600ec03677a98184a9e0ca0b459e0a /TODO
parent529e5011ecb98d8bcadd984479a85d904c1d1b25 (diff)
downloadgnunetbib-d0ac640f137cf2b6eee7ece44b5ed068dd67de83.tar.gz
gnunetbib-d0ac640f137cf2b6eee7ece44b5ed068dd67de83.zip
TODO
Signed-off-by: Nils Gillmann <ng0@n0.is>
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index fb34347..3f97899 100644
--- a/TODO
+++ b/TODO
@@ -32,6 +32,13 @@
32 htmlAuthors = [a.htmlizeWithLink() for a in self.parsedAuthor] 32 htmlAuthors = [a.htmlizeWithLink() for a in self.parsedAuthor]
33 TypeError: 'NoneType' object is not iterable 33 TypeError: 'NoneType' object is not iterable
34 34
35- make the code more readable, which more or less means:
36 - modularize it
37 - and in conclusion also make it a package + script
38 - follow good python coding standards (for example: just look at
39 what python2-pylint tells you. Try to use really human readable
40 names - don't use 'e', 'a', etc.
41
35- More general tasks 42- More general tasks
36 . Know about @book 43 . Know about @book
37 . Write unit tests for everything 44 . Write unit tests for everything