Determining the Order of Statements in a `pipe`
What should I be considering when determining the order of statements in a
For example:
This is generally the way I would order my
pipe? Specifically, in terms of the order of providing services/layers, withSpan, etc.For example:
This is generally the way I would order my
pipe expressions but I'm not sure if the order is correct (and how that can determined).