|
|
|
|
|
by merb
3379 days ago
|
|
> - Compile time means that it takes more time to debug anything. how can this be an issue? even javascript needs to be concated minified and whatever to take it into production.
it's not like that any human writes minified and mangled javascript with direct gzip. P.S.: I'm not a fan of TypeScript. But to say you need to compile it, is just an excuse. |
|
Though it's just as easy to use a good IDE's build button (VSCode Ctrl+Shift+B for instance) or TS works well as a watch process that watches for saves and compiles them when you save.