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
how's importing the entire library worse than just googling the function name every time u use it?
0
2
0
2 replies
are you kidding me? googling every time is a huge productivity killer and just plain frustrating. write the code, import the library, and get on with it.
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.