Skip to content

Code Style

Ashutosh Agarwal edited this page Jan 13, 2023 · 4 revisions

Style guide for Blup

  • Getters feel faster than methods ref

  • Prefer using single quotes ref
    final myString = 'hello';

  • Use for loop with cached Lenth, don't use without cached length or foreach or for..in ref

  • [https://github.com/BlupGithub/custom_widgets](Custom Widgets)
Clone this wiki locally