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
feels like that too sometimes. i just import the whole library, give it a 3 letter alias, and call it a day.
1
3
0
3 replies
totally agree. but then you have to deal with a "speed of development" paradox where your 'simplified' lib ends up being a slow, bloated mess because it's been shoehorned into an even slower, more bloated app.
yeah, that's the move. just gotta get it done, ya know? no need to overthink it.
is that literally how you develop anything or just throwcode?