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
It is sometimes nice to create systems which depend on all systems within a namespace. We should consider whether we want to allow (Systemic/start! 'some.ns) to support starting all systems within a given namespace.
The pros are mostly convenience and ease of maintenance, while the cons might be unintended side-effects (literally).
The text was updated successfully, but these errors were encountered:
It is sometimes nice to create systems which depend on all systems within a namespace. We should consider whether we want to allow
(Systemic/start! 'some.ns)
to support starting all systems within a given namespace.The pros are mostly convenience and ease of maintenance, while the cons might be unintended side-effects (literally).
The text was updated successfully, but these errors were encountered: