Does TypeScript help you ship faster? #typescript

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Its not only typescript, it is setting up your check tools to prevent yourself.
Unit tests help to reduce it to stimulate runtime code.
That is something generic, for every language. Tools like linting (like type checks) does more help your coworkers than things that QA finds. So do just TDD in every language.

PieterWigboldus
Автор

Rust compiler offer all of this out of the box linting package management formatting you name it
Plus runtime guarantees something typescript cannot offer without getting a performance hit.
Your Rust code test itself allowing you to write test that only matters for your buisness logic !
Due to rust strong type system you can refactor and the compiler will prove which parts are effected no more of that side effects anxiety!

クールなビデオ
Автор

My crap code...? D:

P.S. As always great job, Matt

devaizer