Organize repo by utility rather than one lib and one test directory
LaurenSpiegel opened this issue · 0 comments
LaurenSpiegel commented
Since this repo is supposed to be a collection of unrelated tools it is odd that the code is mixed together in one place (the lib directory) and then the tests are mixed together in another place (the test directory). I propose that each utility have its own parent directory and within that directory, it have its own lib and tests directories.