Add module

This commit is contained in:
Angelos Chalaris
2018-09-01 15:17:56 +03:00
parent 6432c310ce
commit d2a13cca11

4
glossary/Module.md Normal file
View File

@ -0,0 +1,4 @@
### Module
Modules are independent, self-contained pieces of code that can be incorporated into other pieces of code.
Modules improve maintainability and reusability of the code.