Open kordano opened 2 years ago
The db namespace will be refactored with #555
Concerning the test folder, I can see, that
test->datahike->test->api_test.cljc
would become test->datahike->api_test.cljc
test.cljc
can be removedWhat do you think?
I think, we should talk about some of the unused functions. I remember that for some of them I do not know, why they are never used.
Here is another list of refactoring ideas I found:
The namespaces are too complected and need some refactoring. Unused and deprecated functions need to be removed. Additionally, the folder structure needs to be reviewed and a better package structure recommended. Also have a look at the test folder and its strange structure.