Skip to content

Conversation

ZakRipoll
Copy link

Old school, design patter oriented solution:

  1. Chain of Responsibility, to check every step of the way is the task can be handled
  2. Decorator, to keep adding functionality each of step oriented to just 1 outcome
  3. Singleton, to keep a single instance

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant