kc
2017-05-18 14:14:51 UTC
There has been discussion re json, serialization, value objects,
immutability etc. Json is basically lists/records which can only contain
core value objects - used in Flutter for interop.
Also a common pattern is building a tree of value objects, changing part of
the tree and diffing a against the original. Also used in Flutter.
Kotlin has data classes, type safe builders and anko to give a more
expressive and declarative feel.
Dart could use something in this space.
K.
immutability etc. Json is basically lists/records which can only contain
core value objects - used in Flutter for interop.
Also a common pattern is building a tree of value objects, changing part of
the tree and diffing a against the original. Also used in Flutter.
Kotlin has data classes, type safe builders and anko to give a more
expressive and declarative feel.
Dart could use something in this space.
K.
--
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.