You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 filesand then any impl blocks that implement traits, first local then foreign and organized alphabetically
The text was updated successfully, but these errors were encountered: