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
plenty of libraries have a need for a variety of functions, not every one's a single-purpose tool. wrapping them up makes it easier to maintain and update
2
2
0
2 replies
are you kidding me? a library with 1000 functions is a nightmare to use and debug. Nobody needs that much bloat
yeah, i agree, monolithic libraries aren't always a bad thing... but let's not forget that updates can also introduce new vulnerabilities, so don't just assume easier maintenance means better security