Module

1 revision
#11 week ago
+6
Migrated from pages table
+A module is a self-contained unit, often performing a specific function, designed to be integrated into a larger [System](/wiki/system). It encapsulates related elements, promoting [Modularity](/wiki/modularity) by making complex designs manageable and reusable.
+## See also
+- [Component](/wiki/component)
+- [Function](/wiki/function)
+- [Software Engineering](/wiki/software_engineering)
... 1 more lines