The lack of dependency awareness drives me insane. Someone imports a single method from the wrong package, which snowballs into the blind leading the blind and pinning transitive dependencies in order to deliver quick "fixes" for things we don't even use or need, which ultimately becomes 100 different kinds of nightmare that stifle any hope of agility.
xxr|10 months ago
whstl|10 months ago
thornewolf|10 months ago
Unless is was absolutely critical the server have as small as a footprint as humanly possible and it was absolutely guaranteed there would never need to be included in the future of course. However, that first constraint is the main one.
_tom_|10 months ago
> Someone imports a single method from the RIGHT package
and hundreds of megabytes come in for what might be one simple function.