Hacker News new | ask | show | jobs
by austincheney 1751 days ago
As a front end developer with nearly 20 years of experience I can objectively call bullshit.

The problem is Invented Here syndrome and coddling. https://en.m.wikipedia.org/wiki/Invented_here

The reason this exists is due to a lack of leadership in the front end space. More specifically, a need to hire untrained entry level developers and deliberately not train them whether due to insecurity elsewhere and a complete inability to write documentation.

> If everyone did what you are suggesting you would find multiple instances of leftpad.

It was about 8 lines of code a child could write that you probably don’t need in the first place.

1 comments

I agree with a lot of what you're saying.

However if the threshold for not including a package is that it's 8 lines of code that would rule out using most of the functions in Lodash and Underscore.

If the threshold is not importing code a child could write that would rule out using Babel which was in fact literally written by a child.