Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-sapletta-com authored Nov 13, 2023
1 parent aade655 commit 610a975
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ This methodology streamlines the development process, prioritizing composition o

### Git is about versioning code

In the development of a modular network, the versioning system is extending a capabilities of [Git](https://en.wikipedia.org/wiki/Git).
The [Git](https://en.wikipedia.org/wiki/Git) versioning system works at the code level and extends the capabilities of the modular network of code.
The distributed **version control system** that tracks changes in any set of computer files, usually used for coordinating work among programmers who are collaboratively developing source code during software development.
I'ts goals include speed, data integrity, and support for distributed, non-linear workflows (thousands of parallel branches running on different computers).

Expand All @@ -181,8 +181,6 @@ The tool is about network of code (Service-based components), based on git versi
The **network of code** need the service-based component management tools which will provide the ability to view, install and register components according to a model-based approach.
Moreover, in practice, reuse is not a binary concept: there is a need to control and administer levels of reuse.



Creating a service-based component management tool that integrates with versioned code repositories, such as those managed by Git, and aids in measuring code reusability across various levels, such as class, file, protocol, hardware virtualization, and network topology, would require some sophisticated features. Here is an outline of a solution approach that might help in building such a tool:

1. **Version Control Integration**: The tool would need to integrate seamlessly with Git or other version control systems to track changes in code and components over time.
Expand All @@ -209,6 +207,8 @@ Creating a service-based component management tool that integrates with versione

By focusing on these key aspects, a service-based component management tool can provide a comprehensive overview and management of a codebase’s reusability at various abstraction levels, from individual classes to entire service components operating within a hardware and network infrastructure context.



## Where?

+ hypermodular solutions, examples, use cases on [hypermodular.com is a blog about the hypermodular world](http://www.hypermodular.com)
Expand Down

0 comments on commit 610a975

Please sign in to comment.