Files
30-seconds-of-code/glossary/Module.md
2019-08-13 11:19:29 +03:00

8 lines
204 B
Markdown

---
title: Module
tags: 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.