assistance-engine/docs/developer.avapframework.com/chapter13_2.md

4 lines
402 B
Markdown

## Purpose of Includes
The primary purpose of includes in AVAP™ is to promote modularity and code reuse. By dividing code into separate modules or files and then including them in main files as needed, developers can write and maintain code in a more organized and structured manner. This facilitates the management of large and complex projects, as well as collaboration between development teams.