Skip to content
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

Fix animation name case #169

Merged
merged 1 commit into from
Jan 15, 2024

Conversation

pauloortins
Copy link

@pauloortins
Copy link
Author

Hi @TylerBrinks, any chance you can review it?

@@ -134,6 +134,15 @@ public static string ToIdentifier(this IEnumerable<Token> value)
return null;
}

public static string ToIdentifierCaseInsensitive(this IEnumerable<Token> value)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this PR will be considered to be merged, I would not name that method ToIdentifierCaseInsensitive but instead ToIdentifierCaseSensitive, because it actually does the opposite of what the current method name suggests.
So, it doesn't ignore the letter casing by converting it to all lower or upper case like the ToIdentifier method, it just returns the identifier string unchanged.

@TylerBrinks TylerBrinks merged commit daa0c7c into TylerBrinks:master Jan 15, 2024
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.

3 participants