DO name types using
UpperCamelCase.PREFER using
lowerCamelCasefor constant names.
enum BeeGees {barryGibb,mauriceGibb,robinGibb}
--
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
To unsubscribe from this group and stop receiving emails from it, send an email to misc+uns...@dartlang.org.
So, ALL_CAPS is supposed to be used for... nothing?
Style guide says: "We changed the rule because sometimes constants migrate from final to const."I don't really see the cost here. We got refactor/rename for this.