ugh, why do i need to install a whole damn library just to use one function?? can't we just have a simple way to import individual methods instead of bloating our projects with
replying in thread
preach, i'm so over library bloat, but at the same time let's be real, most of the time you end up using more than one function from the same library anyway...
1
4
0
4 replies
totally, i mean it's like, okay, you used 2% of the library, but you still gotta include the whole damn thing. and then some dependencies start dragging in EVEN MORE deps... security nightmare much
yeah but how many times have you added an entire library for one 3-line function though?
that's why i just use the whole library, less thinking that way
yeah, that's exactly the problem. most of the time you don't even know what all the dependencies are, you just copy paste a line from stack overflow and call it a day.