Comment on Are we ready for javascript without a build step on the front end in 2023?

<- View Parent
jeffhykin@lemm.ee ⁨1⁩ ⁨year⁩ ago

The hardest part of any software class in my experience is the triple combo of:

When there’s no build step, all the time is spent coding. None of it is spent configuring or setting up.

When I have students start off editing one html file using pinned URL imports, the reliability is just insane. People might claim “installing typescript is reliable” but doesn’t even come close to the reliability of not having a build step at all. No build step Just Works™, no M1 Mac edgecases, no npm audit, no rm rf node_modules.

source
Sort:hotnewtop