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
Also, the CrudInterface that would be exported from brackets-model should be way simpler than the ones in the brackets-manager: it should not rely on DataTypes at all, and be "dumber".
This would keep the same amount of boilerplate type generics in storage implementations.
The text was updated successfully, but these errors were encountered:
The libraries from https://github.com/Drarig29/brackets-storage should not need to rely on brackets-manager's types.
Also, the
CrudInterface
that would be exported frombrackets-model
should be way simpler than the ones in the brackets-manager: it should not rely onDataTypes
at all, and be "dumber".This would keep the same amount of boilerplate type generics in storage implementations.
The text was updated successfully, but these errors were encountered: