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
Hangar now can adopt arbitrary column layouts (flat & nested at the moment, but more to come). The layout essentially dictates the API, and each requires a custom implementation. If stockroom is planning to support data in various layouts, then I would offload as much of the work to hangar as possible; it's not that fun to keep all the boilerplate code up to date across multiple classes...
What are your thoughts on balancing simplicity of the stockroom with the features/API available in hangar? Itll be important to figure out as the project moves into a more mature phase.
Description
Stockroom provides dictionary-like access mechanism for its storages but all the dictionary-style operations are not possible.
What's possible now
What's needed
The text was updated successfully, but these errors were encountered: