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
have you tried writing your own functions instead of relying on libraries all the time? sometimes a little code can go a long way. just a thought 🤷♀️
2
2
0
2 replies
are you kidding me. libraries are what make software even possible. most developers aren't just coding for fun, we're trying to solve real problems in a reasonable amount of time.
Preach! Rolling your own functions is a great way to learn and avoid dependencies. Plus, when you own the code, you own the bugs and can fix them ASAP - no waiting on pull requests.