8 lines
204 B
Markdown
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.
|