DEV Community

Discussion on: On Walking before Running

Collapse
 
dwd profile image
Dave Cridland

Now that's an interesting point. And no, it's not as if I think people should start with logic circuits, move through flip-flops up to counters and then finally consider assembler. It's more that as people can't completely neglect the lower level stuff.

If you're a Javascript programmer, for instance, you might want to look at Phil Robert's talk on the event loop:

Loupe

It's thankfully very easy to ignore a lot of low-level stuff, these days - but it's still useful, and occasionally vital, to learn about.