Skip to content

Avoid duplicate "is" prefix for boolean getters #1673

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

NiklasvonM
Copy link

Boolean property names that start with the prefix "is" currently receive another "is" prefix, generating, for example, the getter isIsValid for the property name "isValid".

This merge request aims to avoid these duplicate prefixes.

@NiklasvonM NiklasvonM force-pushed the boolean-getter-name branch from 4279ab1 to ae79ae7 Compare April 10, 2025 16:50
Juphex

This comment was marked as outdated.

@NiklasvonM NiklasvonM requested a review from Juphex April 11, 2025 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants