Although another option for private helper methods...
# http4k
a
Although another option for private helper methods would be local functions. The down side to that is all of the helper functions must be declared before they're used at the top of the primary function--which may conflict with the whole "Make your functions small, then smaller than that" idea