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
{{ message }}
This repository has been archived by the owner on Dec 24, 2021. It is now read-only.
Currently, the registry handles fancy loading, unloading, and reloading of commands. In order to make this logic reusable for things other than commands, this logic will need to be abstracted out into a Loader/Loadable system.
The text was updated successfully, but these errors were encountered:
Would a Loader just have load, unload, and reload methods?
Would a Loadable just have unload and reload methods?
Would there be checks to make sure that a Loadable can only be loaded/unloaded/reloaded by a Loader that is compatible with it using a property on the Loader like an array of classes that can be loaded by the Loader?
Currently, the registry handles fancy loading, unloading, and reloading of commands. In order to make this logic reusable for things other than commands, this logic will need to be abstracted out into a Loader/Loadable system.
The text was updated successfully, but these errors were encountered: