jfuse icon indicating copy to clipboard operation
jfuse copied to clipboard

Naming "struct" interface getter methods

Open infeo opened this issue 3 years ago • 0 comments

As mentioned in PR https://github.com/cryptomator/jfuse/pull/19#discussion_r999135527, 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.

infeo avatar Oct 19 '22 12:10 infeo