Design Patterns: Command Pattern
The Command pattern is a behavioral design pattern that encapsulates a request as an object, thereby allowing for the separation of the requester from the object that performs the action. This pattern is suitable for projects where there is a need to...
techtruth.hashnode.dev4 min read
Lukas Gaučas
Turtle is always a winner
Might be useful writing scripting API for some CLI