cryptomator / cryptomator/jfuse

Naming "struct" interface getter methods

Open
#22 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
61
Forks
6
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.