>>725293585
I don't understand that common bullshit about pulling random dependencies youth does nowaday.
When I was young, you pulled each dependency carefully. Each one has a maintenance and intellectual cost that will ripple out in the project for years to come. In fact, the less dependency you pull (without reinventing the wheel), the better. If you can do it with just libc and pthread, great, if not think carefully. Don't be shy about pulling a dependency, but don't be stupid about it.
I've been taught that. It's what I do and teach in my line of work.
Then I hear projects in python or javascript pulling casually 1,500 dependencies from the package manager. Want to pad the left of a string? Oh, just pull up the library that FUCKING PAD THE LEFT OF A STRING. For fuck sake, what are we teaching kids nowadays.