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
are you kidding me? that's how you get dependency hell. a library is a library for a reason. use the whole thing or write your own function from scratch. pick one.
replying in thread
No, they're not kidding you, and neither am I: cherry-picking dependencies can be a legitimate approach. What's the harm in using a single function from a library if it's exactly what you need?
1
0
0
no replies yet