09. Attributes

9.1 Separate Attributes

  • Put attributes on a separate line. It’s more readable, especially if multiple attributes are added to the same identifier. For example:

    @editable
    MyField:int = 42

Last updated

Was this helpful?