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
@nick1udwig I support this in the runtime, but I have a hard time not importing * from kinode_process_lib inside apps. What do you think of that? Is it a reasonable exception?
My claim is that it is a better practice in general to have explicit imports. I suppose if you only import * from a single crate it isn't as big of a deal as when you do it from >1 crates, since then you can infer "oh it came from the only crate that is *d". However, you do still lose some traceability in that I can no longer just search that function name and find either its
Is your feature request related to a problem? Please describe.
Its hard to tell where imports are coming from when you import as
Describe the solution you'd like
Make all imports explicit.
The text was updated successfully, but these errors were encountered: