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
We should use a "do - undo" command pattern for VM creation. Right now we don't have a way to trace which sub-resources are already created, and need to be destroyed in case of an error.
We should use a "do - undo" command pattern for VM creation. Right now we don't have a way to trace which sub-resources are already created, and need to be destroyed in case of an error.
Resources:
(https://medium.com/@nakshtra17/ruby-design-pattern-command-method-3d1e3f41d39d)
(https://www.freecodecamp.org/news/design-patterns-command-and-concierge-in-life-and-ruby-aab9815817ea/)
(https://refactoring.guru/design-patterns/command/ruby/example)
The text was updated successfully, but these errors were encountered: