Cool computer science stuff#
- DynamicForms is a particular instance of the Observer Design Pattern in which Observers and Subjects are all of the same type: html elements
- The function used to clear fields on cascade is the Depth-first search (DFS) used in Graph theory
- The library entry point (src/index.js) implements the Facade Design Pattern to improve software usability: it masks more complex underlying code e.g. explicit objects instantiation and configuration fixing