Skip to content

samples in doc should follow Dart code guidelines #3331

@kwalrath

Description

@kwalrath

A few things to check/change:

  • use var, not type annotations, for local variables
  • don't use double as a type
  • use sentence case for comments (and punctuation)
  • use lowercase_with_underscores for library and file names
  • use => more often?

The rulez: http://www.dartlang.org/articles/style-guide/

Metadata

Metadata

Assignees

Labels

type-enhancementA request for a change that isn't a bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions