currently all the code is arranged rather haphazardly where everything just got put in the nearest spot when it was created
the files should all have a uniform structure so you can find things more easily
at the top are type definitions
followed by any plain impl blocks, there should only be 1 maybe 2 of these per file too many should be broken up into different files
and then any impl blocks that implement traits, first local then foreign and organized alphabetically
currently all the code is arranged rather haphazardly where everything just got put in the nearest spot when it was created
the files should all have a uniform structure so you can find things more easily
at the top are type definitions
followed by any plain
implblocks, there should only be 1 maybe 2 of these per file too many should be broken up into different filesand then any impl blocks that implement traits, first local then foreign and organized alphabetically