Go with the flow
- The flow is useful because it sets up relationships between objects rather than having each object be independent on the page. This way objects react to each other.
- If the objects were independent, if I change the size of one I would have to manually hardcode the sizes of the others.
- The flow gives us the ability to let those relationships define this.