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
{{ message }}
This repository was archived by the owner on Oct 9, 2018. It is now read-only.
I'm not sure if this getting too nitpicky, but should the style guide include suggestions for the order of imports and the order of trait arguments? In my own code, I organize them both alphabetically. It'd be nice to see this in other peoples' code as well.
The text was updated successfully, but these errors were encountered:
gsingh93
changed the title
Order of imports and order of trait arguments
Order of imports and order of trait bounds
Aug 21, 2014
Are you suggesting ordering these subsections alphabetically? I think that makes more sense than going alphabetically all-around.
The current standard (specifying higher-level categories but not exact ordering within them) appears to be the direction of Pep8. I personally would prefer to give people the freedom to order subsections on a projecty-by-project basis, rather than specifying it in the guidelines. YMMV.
I'm not sure if this getting too nitpicky, but should the style guide include suggestions for the order of imports and the order of trait arguments? In my own code, I organize them both alphabetically. It'd be nice to see this in other peoples' code as well.
The text was updated successfully, but these errors were encountered: