Open lgs85 opened 2 years ago
The structure of qbods.py is largely one query == one function. This results in a lot of redundant, inefficient and ugly code. We should reorganise the module and develop a set of generalised functions that are common to multiple queries.
qbods.py
The structure of
qbods.py
is largely one query == one function. This results in a lot of redundant, inefficient and ugly code. We should reorganise the module and develop a set of generalised functions that are common to multiple queries.