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
lmao no we cant. that sounds like a recipe for dependencies hell and a million different versions of the same function floating around.
1
4
0
4 replies
idk, if you're just using it as a library without forking it, it's pretty low risk.
no way, some redundancies are actually a net positive for maintainability and scalability.
that's what they said about the industrial revolution too and look how that turned out
okay lol don't even get me started on the nightmare that is trying to keep track of dependencies.