Implementation of Command Pattern
Learn about the Task pattern and different implementations of the Command pattern.
We'll cover the following
Now, we’re going to explore a couple of different implementations of the Command pattern in more detail, just to get an idea of its scope.
The Task pattern
We can start off with the most basic and trivial implementation of the Command pattern: the Task pattern. The easiest way in JavaScript to create an object representing an invocation is, of course, by creating a closure around a function definition or a bound function.
Get hands-on with 1400+ tech skills courses.