[MAYBE?] Design Pattern Support (Command, State, ECS) #15
zacharylayne
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Const type arguments can probably be leveraged in software design patterns, namely command & state patterns and ECS (entity component systems). Designs might couple very well with .NEXT
TypeMap, which offers generic methods providing dictionary-like behavior while being backed by a one-dimensional array.Is it worth the effort to create high-level abstractions for these patterns that incorporate const type argument functionality? Which patterns should be supported?
All reactions