Hacker News new | ask | show | jobs
by leftrightupdown 3443 days 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
1 comments

OK, 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.
That is true but part that is in dart will be easier to debug