August 2018
Intermediate to advanced
248 pages
5h 51m
English
In programming, we use sequences or collections of objects a lot, particularly in algorithms and when writing programs that manipulate data. One can think of automation scripts, APIs, data-driven apps, and other domains. In this chapter, we are going to see a pattern that is really useful whenever we have to handle collections of objects: the Iterator pattern.
Note the following, according to the definition given by Wikipedia:
The iterator pattern is extensively ...
Read now
Unlock full access