Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 242 Bytes

File metadata and controls

4 lines (3 loc) · 242 Bytes

Code Style

  • Prefer direct binding.someView access over one-line private getters that only return a binding view.
  • Use resources or constants for repeated strings, colors, dimensions, integer values, timeouts, and similar magic values.