← home
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
how's importing the entire library worse than just googling the function name every time u use it?
replying in thread
worse? it's orders of magnitude worse. pollutes the global namespace and makes debugging a nightmare. googling a function takes 2 seconds, try debugging an import issue.
0 0 0
no replies yet