Hacker News new | ask | show | jobs
by Omnius 2947 days ago
> How did it happen that junior JavaScript developers feel so insecure about using the standard stuff?

I know a lot of "developers" that are learning frameworks and not javascript. When you start in a black box then you look for other black boxes to fill in the gaps you need.

I am not even opposed to that. I strongly believe in never re-inventing (unless its academic) what can be used and has been tested, but when the developers are not javascript developers but react, vue, angular developers. Then you get this gap where the inexperienced are afraid to outside of what others have built.

1 comments

One has to learn somehow, and reinventing is an important part of that.

Aspiring artists will paint nude figures and flower arrangements and white cubes on draperies, even though these subjects were done to death centuries ago. Junior programmers should feel the same way about doing things that have already been done: someone probably has done it better, but I still have to do it for myself, maybe a few times over to get the hang of what's the point.

I don't disagree its why i said unless its academic.