My Callback Functions' package size is getting qui...
# general
s
My Callback Functions' package size is getting quite large as I have several in a project that contains many dependencies. The explicitly defined functions are much smaller and independent, but I really like the convenience of callback/magic functions. Is there a recommended practice for limiting/isolating dependencies included in inline functions?