commit d0ac640f137cf2b6eee7ece44b5ed068dd67de83 parent 529e5011ecb98d8bcadd984479a85d904c1d1b25 Author: Nils Gillmann <ng0@n0.is> Date: Sun, 7 Oct 2018 21:39:43 +0000 TODO Signed-off-by: Nils Gillmann <ng0@n0.is> Diffstat:
| M | TODO | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/TODO b/TODO @@ -32,6 +32,13 @@ htmlAuthors = [a.htmlizeWithLink() for a in self.parsedAuthor] TypeError: 'NoneType' object is not iterable +- make the code more readable, which more or less means: + - modularize it + - and in conclusion also make it a package + script + - follow good python coding standards (for example: just look at + what python2-pylint tells you. Try to use really human readable + names - don't use 'e', 'a', etc. + - More general tasks . Know about @book . Write unit tests for everything