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

204 B

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