Flockingbird / roost

Proof of Concept for Eventsourced backend
https://flockingbird.social
MIT License
35 stars 4 forks source link

Move Handle object into member aggregate #33

Open berkes opened 3 years ago

berkes commented 3 years ago

Handle now lives in lib but it really is a value object within Member aggregate.

Where re-used, e.g. as value object of Contact, Peer or other "things" that have handles, don't just copy the object but re-use, somehow. Maybe some sort of shared value objects?