Structuring Project Modules

Learn how to structure your project in such a way that it makes it easier for you to group similar functions and files together to ease readability.

In this lesson, we’ll learn how we can structure our project folder to modularizeModularization refers to the practice of organizing code into distinct, reusable modules, each responsible for a specific functionality. the different helper functions and structs that we use. We’ll understand how we can use the mod keyword at the top of folder hierarchies to use the functions inside the folder as modules.

Get hands-on with 1400+ tech skills courses.