Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 338 Bytes

GOOD_PRACTICES.md

File metadata and controls

5 lines (5 loc) · 338 Bytes

Good Practices

  • ListView - consider ScrollBar and RefreshIndicator widgets too
  • Code Review
    • Include assert statements for ensuring all the variables are ready to be used in a function
    • Explicit object types - declare objects with explicit data types. If things go with dynamic type we can't control which road they go.