Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDecide on an ordering convention for imports #172
Closed
Labels
Comments
|
I've been itching for a style guide in general. For this (and most things) I prefer top down. This really needs tool support since it's tedious to do, and hard to maintain and enforce. |
|
This issue is stale. |
glennw
added a commit
to glennw/servo
that referenced
this issue
Jan 16, 2017
Compute local uv coordinates after vertex shader clipping rather than before it.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's probably a good time to declare a house style, so that it's easier to tell what imports come from where (other crates, libcore/libstd, or same crate).
I propose using one of the following orders (with each subsection alphabetized):
Top-down
Bottom-up