From 506fb41a587dca9e7bd120fe0b71352ab3b06dff Mon Sep 17 00:00:00 2001 From: Tom Sapletta Date: Fri, 10 Nov 2023 18:07:29 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b5f763..e433e6a 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,7 @@ development = production of **code** to implement **services** based on **requir In modular code of network, modular principles help by encouraging the development of concise, focused, and reusable modules that interact with well-defined interfaces, making the overall system robust and adaptable to changes. Using these principles, developers are encouraged to pay attention to the bigger picture, strive to maintain consistency in code structure, and promote maintainability and scalability. - -Hypermodularity refers to an advanced or extreme degree of modularity in the design and organization of systems, products, technologies, or processes. Modularity itself is a design principle of creating complex systems from smaller, easily managed, interchangeable and often standardized parts or modules. The concept of hypermodularity has been taken to the next level, where modularity is extremely pronounced, allowing for even greater flexibility, customization, interchangeability and scalability. +The concept of hypermodularity has been taken to the next level, where modularity is extremely pronounced, allowing for even greater flexibility, customization, interchangeability and scalability. @@ -63,6 +62,9 @@ Lastly, it elaborates on the concept of hypermodularity as an advanced form of m ## Hypermodularity +Hypermodularity refers to an advanced or extreme degree of modularity in the design and organization of systems, products, technologies, or processes. Modularity itself is a design principle of creating complex systems from smaller, easily managed, interchangeable and often standardized parts or modules. + + Hypermodularity is not about writing, but about reusing code in a network of dependencies Hypermodularity shifts the burden of programming: @@ -76,6 +78,7 @@ This is the hyper modular network of code ... + ## Modular principles ![hypermodularity](https://github.com/tom-sapletta-com/modular-code/assets/5669657/87475ed6-5a5e-432a-a6e2-8174952f14d7)