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
The current Bundle traits are data-oriented, exposing properties of the bundle, and fairly complex as a result of that, and somewhat unstable besides. This ugliness is part of why they're currently considered an impl detail. If we instead orient the trait interfaces around performing desired operations directly, the result might be significantly cleaner, even after exposing necessary interfaces on World/etc for implementers to call into.
The text was updated successfully, but these errors were encountered:
The current
Bundle
traits are data-oriented, exposing properties of the bundle, and fairly complex as a result of that, and somewhat unstable besides. This ugliness is part of why they're currently considered an impl detail. If we instead orient the trait interfaces around performing desired operations directly, the result might be significantly cleaner, even after exposing necessary interfaces onWorld
/etc for implementers to call into.The text was updated successfully, but these errors were encountered: