April 2019
Intermediate to advanced
360 pages
9h 17m
English
When we implement the stateless design pattern, we create classes and objects that do not retain state changes. In this approach, each use of the object, as an example, uses the object in its organic form. In our context, state refers to the values of the object's variables. So, there is no definitive list of states. The state of an object is specific to a moment in time.
Implementing the stateless design pattern is appropriate for the following cases:
Read now
Unlock full access