From 6143c5e5a1a46e60cbb8352064a9369241ff780a Mon Sep 17 00:00:00 2001 From: Tobias Witek Date: Sun, 16 Feb 2020 14:55:26 +0100 Subject: [PATCH] [doc] NOTES: Add more notes Otherwise, I'll forget about them --- doc/NOTES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/NOTES.md b/doc/NOTES.md index f437dae..bd75de6 100644 --- a/doc/NOTES.md +++ b/doc/NOTES.md @@ -5,6 +5,11 @@ - test everything - think about pylint +# small stuff +- rethink documentation (wiki vs. in-code) +- @parameter? (or was it @attribute?) +- use __ for private? + # Features ## Backwards-compatibility @@ -13,6 +18,7 @@ - minimize modules - hide modules if not in warning/error state (-a) - WAL support +- tkinter / popups ## Improvements - pango output (improve - maybe autodetect? see #531)