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
Because globals and Settings are generically named, you can't do an import mypackage.* without likely getting collisions. Maybe we should do something about this? Move them to a subpackage?
Or maybe it's better design if we leave packages to provide their own subpackages specifically designed for import * operations?
The text was updated successfully, but these errors were encountered:
Because globals and Settings are generically named, you can't do an
import mypackage.*
without likely getting collisions. Maybe we should do something about this? Move them to a subpackage?Or maybe it's better design if we leave packages to provide their own subpackages specifically designed for
import *
operations?The text was updated successfully, but these errors were encountered: