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
In my opinion it should be allowed for root classes/functions/constants (because otherwise they could not be used in a grouped style). But it should be disallowed for namespaced elements.
The text was updated successfully, but these errors were encountered:
In my opinion, it's too complicated to expect people to only use multi import statements when the thing is in the global space. I'd probably opt for disallowing importing more than one thing per use statement.
PER Coding Style allows the use of grouped import:
But what about multi import statements?
In my opinion it should be allowed for root classes/functions/constants (because otherwise they could not be used in a grouped style). But it should be disallowed for namespaced elements.
The text was updated successfully, but these errors were encountered: