Modules
Modules are the building blocks of GP Engine's software architecture. You can organize your code into modules to create more efficient and maintainable projects.
Include What You Use (IWYU)
Include What You Use (IWYU) is a tool that helps ensure you only include the headers you actually need in your C++ files.