6 ms·
what we do at listshine is run code on dartium in checked mode. when it works 100% then we build js version in staging and after that is confirmed to work then
by leftrightupdown 10y ago
what we do at listshine is run code on dartium in checked mode. when it works 100% then we build js version in staging and after that is confirmed to work then we do production build.
debugging dart code is faster and better in dartium
- kelvin0 10y agoOK, but what if I am using JS interop code? Dartium still won't help me, because I still need to go through the layer which allows to 'glue' my Dart code to the JS code.
- leftrightupdown 10y agoThat is true but part that is in dart will be easier to debug