-
Notifications
You must be signed in to change notification settings - Fork 632
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
suggestion: re-structure std/log
to adhere to singe-export files
#4174
Comments
We recently sometimes choose non single-export file pattern (e.g. |
I think it's reasonable to group multiple symbols in the same file if at least one of the following is true:
These criteria should justify cases with many symbols within a given file or just one. I'd be happy to document this if this sounds reasonable. |
Ok. Let's document them in README |
Can I have a tried for this one? |
Sure! I believe the next step is to factor out |
Completed in #4254. |
Each file should export only tightly-related symbols.
Background #2936
The text was updated successfully, but these errors were encountered: