June 2018
Intermediate to advanced
348 pages
8h 45m
English
Even though the design pattern movement is aligned with OOP, and reactive programming is aligned towards FP, there are close similarities between them. In a previous chapter(Chapter 5, Introduction to Observables), we learned the following:
To illustrate the connection between OOP and reactive programming, we will write a program that will traverse directories to enumerate files and sub-folders within a given folder.
We will create a composite structure that contains the following: