The place to put things
_utils
folders are nothing more than
the place very specific snippets of code are put.
Utilities are usually consumed by same scope or lower levels modules.
You should avoid repetitions in _utils
as
everywhere else in the code.
Back to home.