Skip to content

Naming "struct" interface getter methods #22

@infeo

Description

@infeo

As mentioned in PR #19 (comment), currently the naming convention for getters in struct interfaces is mixedbetween

  • record-style: if field is called foo, the getter is also called foo() and
  • java-style: if field is called foo, the getter is called getFoo()

Before reaching 1.0.0 we should decide what naming convention to use to offer a unified API.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions