Files
30-seconds-of-code/glossary/Module.md
Angelos Chalaris 0f1a4eb728 Add module
2018-09-01 15:17:56 +03:00

180 B

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.