Jun 18, 2023
Good point about parameters, it's not uncommon to pass mapping functions for business transformations, like having a DateTime that must be sent to someone as a string in a specific format.
I always prefer mapping extensions to be as dumb as possible.