Project Layout
Let's learn how to structure our project.
We'll cover the following...
To build any project, we should start with a clear understanding of what logical targets are going to be created in it. In this case, we'll follow the structure shown in the following figure:
Press + to interact
Let's explore the structure by following the build order. First, we'll compile calc_obj
...