Instead of performing complicated mapping on the list of photos and then sending the transformed list, one photo can be sent on the signal at a time.
This allows the transformations to be applied to the signal directly, and more obviously emphasizes the notion of a stream of values over time.
Although probably not relevant to this example, this also makes pagination more transparent, like in octokit.objc.
Instead of performing complicated mapping on the list of photos and then sending the transformed list, one photo can be sent on the signal at a time.
This allows the transformations to be applied to the signal directly, and more obviously emphasizes the notion of a stream of values over time.
Although probably not relevant to this example, this also makes pagination more transparent, like in octokit.objc.