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
Right now, the Soup handles the case of finding an object from a UID.
ObjectiveLepiter's model reference map handles a different case: how to build a reference from an object. This is currently done based on the object's class.
One solution would be to scrap the OL map completely and hold UIDs instead of reference objects. These could simply be passed to the soup. To manage the dependencies, OL would need a hook to specify an object source (probably a valuable), which for Dynabook would be the Soup, which could be passed as a message send to avoid block use, although maybe that's not important since it could be handled during setup vs. domain materialization.
No description provided.
The text was updated successfully, but these errors were encountered: