diff options
author | BonfaceKilz | 2022-02-08 08:56:01 +0300 |
---|---|---|
committer | BonfaceKilz | 2022-02-08 08:56:01 +0300 |
commit | fc1deb1c763cb0e02b7948eedca95f6b244a4266 (patch) | |
tree | 85f7f16196daf832ea855d77a5ec34bf68b75a69 /issues | |
parent | 9e0eedc9f66b3893878a2cb1f7ddaaa696929027 (diff) | |
download | gn-gemtext-fc1deb1c763cb0e02b7948eedca95f6b244a4266.tar.gz |
issues: Log gn3 technical debt
Diffstat (limited to 'issues')
-rw-r--r-- | issues/gn3-technical-debt.gmi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/issues/gn3-technical-debt.gmi b/issues/gn3-technical-debt.gmi new file mode 100644 index 0000000..189b756 --- /dev/null +++ b/issues/gn3-technical-debt.gmi @@ -0,0 +1,10 @@ +## Tags + +* assigned: bonfacem + +### Introduction + +Here I log some technical debt in gn3 as a checklist. + +- [ ] Clean up gn3/db/traits.py: Some of those functions are long, and + repetitive. Also, we have no tests for most of them. |