The Command Design Pattern
Understanding the Problem
Ordinary code statements are perishable, for example
you cannot undo a field/property assignment
you cannot directly take a sequence of actions that you just made and you cannot serialise them (to a db for example)
there...
paraskaushik.hashnode.dev3 min read