How to Implement the Command Design Pattern in C#
Command Design Pattern
The Command design pattern is a behavioral design pattern that encapsulates a request as an object, allowing you to treat requests as first-class objects. This can be useful for implementing undo/redo functionality, for instanc...
mbarkt3sto.hashnode.dev2 min read