-
-
Notifications
You must be signed in to change notification settings - Fork 9
Kitchen Sink import #2
Copy link
Copy link
Open
Labels
questionFurther information is requestedFurther information is requested
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested
Type
Fields
Give feedbackNo fields configured for issues without a type.
A common complaint is about the enormous amount of imports it takes to do stuff. e.g. http4s/http4s#6696
What if ... we just exported a bunch of useful stuff under a single package?
Not gonna lie, it's playing with fire a bit. Probably instead of wildcards we should be thoughtful about the specific things we export.
But then:
and you are off to the races!