Hacker News new | ask | show | jobs
by otabdeveloper4 2484 days ago
> A ... programmer needs to understand ... underlying operating system and its internals

Oh the humanity!

I weep for mankind and for the industry if this is where we have fallen.

Quick question: are you a Javascript programmer?

1 comments

Well I mean that is the point of abstraction.. if we always had to have our heads at the lowest level we would not be productive what-so-ever.
"understanding the basics of the operating system internals and how your code interacts with them" is far, far from the lowest level.

It is also an essential understanding for writing quality, performant code in any context--web development included, even frontend.