de sign
Name | From | Example |
---|---|---|
Creational | GoF | Abstract factory, Builder, Dependency Injection, Factory method, Singleton |
Structural | GoF | Adapter, Facade, Decorator, Module |
Behavioral | GoF | Command, Iterator, Mediator, Observer or Publish/subscribe, Strategy |
Concurrency | Wikipedia | Coroutines, Join, Lock, Scheduler, Thread Pool |