|
|
|
|
|
by jakelazaroff
2304 days ago
|
|
Development speed is one. If the author were more familiar with JavaScript (e.g. knowing what const does) it might have gone faster. Using TypeScript should erase the development time delta due to static types. If you're creating a frontend web app to go along with it there are others, such as reduced context–switching and using fewer tools. Frankly, a sample size of one is incredibly weak evidence that it's faster to develop using one technology than another. If you glance through the author's Twitter/GitHub it's also clear that he works with Rust significantly more than he does with Node, which makes this particular sample even more suspect. |
|