Skip to content

Instantly share code, notes, and snippets.

@hxtree
Last active July 19, 2022 00:38
Show Gist options
  • Save hxtree/fc93c46aeffee70c3bfd803f5a3cd1eb to your computer and use it in GitHub Desktop.
Save hxtree/fc93c46aeffee70c3bfd803f5a3cd1eb to your computer and use it in GitHub Desktop.
Misc design patterns

ECS (Entity Component System)

Used primarly for video games

Component Pattern

Avoid diamond inheritance issue.

CQRS pattern

stands for Command and Query Responsibility Segregation

Sofware Design Patterns

MACH architecture

Microservices-based, API-first, Cloud-native, and Headless.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment