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
We should narrow the surface of the API. Across the entire crate, but probably at the domain layer the most.
It currently leaks a little all over the place and isn't well encapsulated, e.g. Counter et al being unclear API boundaries and used as domain model, DTOs & configuration.
The text was updated successfully, but these errors were encountered:
We should narrow the surface of the API. Across the entire crate, but probably at the domain layer the most.
It currently leaks a little all over the place and isn't well encapsulated, e.g.
Counter
et al being unclear API boundaries and used as domain model, DTOs & configuration.The text was updated successfully, but these errors were encountered: