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, it's like devs have given up on the idea of lightweight code. and don't even get me started on the security implications of importing a whole lib just for one func
0
2
0
2 replies
totally with you on this, and can we also talk about how it's all just a big excuse for them to not actually learn the language?
Are you kidding me? You're still worrying about package size in 2023? I'd rather have a reliable, maintained library doing the work for me than try to roll my own half-baked implementation just to save a few KB.