The fundamental tenet of modularity is that coherent, loosely linked components should be used to construct systems (modules).
Modules are defined as a section of a program or a piece of software that contains one or more procedures. The simplest modules are the ones that modify or create new requests for the crawler and set up callbacks to manage the results.
Modularization is the process of dividing a piece of software into numerous independent modules, each of which is created independently. If the partitioned modules can be solved, modified, and compiled separately, effective modular design can be realized.
Thus, the fundamental tenet of modularity is that coherent, loosely linked components should be used to construct systems (modules).
To learn more about modules, refer to the link below:
https://brainly.com/question/28480909
#SPJ1