Anonymous Nov 12, 2023 4:42 pmThank you for the in-depth explanation. I also learned that modularity in software is highly desirable, but few communities understand it. Here are my principles of modularity in my daily work on developing a modular source code network.1. Environment: 1.1. management over creation 1.2. requirements over expectations2. Source-code: 2.1 reusability over code development 2.2 writing over refactoring code3. Data: 3.1 data standardization first 3.2 fat-data over fat-functionWhat do you think about Hyper modular architecture? Reply