Test This
2016-06-22 13:54:49 UTC
Just started using Dart and so far I am enjoying it. Overall, it feels
great.
However, I have run into a problem. Overall, I need some advice about a
more efficient workflow, but here is my specific problem.
Right now I write dart code, compile it to js using dart2js and then
refresh the page to see if things are working as expected. With this, the
problem is that when there is an error, I have no idea what it is. For
example, I made a silly error where I defined
and then tried adding cell elements to tr (instead of doing
great.
However, I have run into a problem. Overall, I need some advice about a
more efficient workflow, but here is my specific problem.
Right now I write dart code, compile it to js using dart2js and then
refresh the page to see if things are working as expected. With this, the
problem is that when there is an error, I have no idea what it is. For
example, I made a silly error where I defined
and then tried adding cell elements to tr (instead of doing
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.