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
i18n should be able to be shared by multiple apps in the repo, therefore it should not be located under the app directory, should be at same level. i18n will only be dependent on internal l10n and command can be dependent on i18n, now that the circular dependency has been fixed (by moving i18n out of main, which is the wrong place).
main must contain as little code as possible and can never contain anything that other code depends on.
The text was updated successfully, but these errors were encountered:
ref: move i18n into new internal package translate (#17)
ref: define a parameter set for root command (#17)
ref: replace init with bootstrap (#17)
ref: remove global state from widget command (#17)
See: same issue on arcadia-lib
i18n should be able to be shared by multiple apps in the repo, therefore it should not be located under the app directory, should be at same level. i18n will only be dependent on internal l10n and command can be dependent on i18n, now that the circular dependency has been fixed (by moving i18n out of main, which is the wrong place).
main must contain as little code as possible and can never contain anything that other code depends on.
The text was updated successfully, but these errors were encountered: