10 ms·
This is a very interesting article, thank you for the research! I am very happy to work solo to prevent as much of these things as possible. Everyone is using
by robbiejs 2y ago
This is a very interesting article, thank you for the research!
I am very happy to work solo to prevent as much of these things as possible.
Everyone is using Typescript these days it seems instead of plain JavaScript but the 10 seconds + compile times and the extra layers in debugging make it a pain for me instead of a benefit. So I am using ES6 with Rollup. Rollup is great and my only dev dependency really. However great it is, if one day I could do without, I would :-)
- oerdier 2y agoI started using Deno for its native TypeScript support. Debugging my TS libraries by stepping through the TS code in my editor is great.