Style question: When you have a file with a primary "for use by others" composable, and it is made up of sub pieces (composables), do you tend to put the children above and the parent at the bottom to compose all of the pieces together? Or the other way around? Parent at top, with children below? The C programmer in me wants to do the former, but I'm curious if there's a common idiom/convention?