blob: a31012ff4fceb64f7a8bdfe60514ee97ebffd0df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# GN3: Technical Debt
## Tags
* assigned: bonfacem
* priority: medium
* status: in progress
* type: enhancement
* keywords: GN3
### 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.
|