Hacker News new | ask | show | jobs
by zengid 1203 days ago
I agree. I feel like sketching in JS and solidifying in TS is super productive. Being able to go from a plain old JS object to a type is really satisfying. I feel like full stack TS might be a great choice for new web projects. And if you find a bottleneck, you could rewrite in Rust.
1 comments

> And if you find a bottleneck, you could rewrite in Rust.

Sounds pretty extreme..? What kind of bottlenecks would you be talking about that would prompt me to re-write my entire application in another language?

I'm pretty sure they mean rewrite the bottleneck.
no just rewrite the bottleneck/hot-path