Hacker News new | ask | show | jobs
by tutfbhuf 1986 days ago
How do you handle important libraries (common functionality) for your teams in the backend?

Sure, it's possible to remove all dependencies from a teams project by copy and pasting the code or by reinventing the wheel, but I'm not sure if these options are better than carefully chosen dependencies (including some maintained by other teams).