logoalt Hacker News

maherbegtoday at 2:54 PM1 replyview on HN

Very happy for them, they made excellent tools and I hope they can continue their work!

I do believe though that these tools (formatting, linting etc.) should be built into the language like Go, and I really hope the Node team can just absorb the best ideas and make solid primitives that can be built on top of as the ecosystem evolves (think golang's http interfaces, or test interfaces)


Replies

zarzavattoday at 3:03 PM

It took the JS community many iterations to get to vite. Building it into the language just means you get stuck with a "good enough" solution that survives by inertia. We'd still be using webpack.

I'm all for building things into the language when there's only one way to do it though.

show 2 replies