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

Rename properties and methods on SearchFilters for simplicity #580

Conversation

bisforboman
Copy link

The actual changes are in src/Sidekick.Apis.Poe/Trade/Requests/Filters/SearchFilters.cs.

I figured I saw this in some other project I browsed and thought it might be a nice fit there. I think the expressions looks a lot cleaner atleast?

@bisforboman bisforboman force-pushed the feature/rename-methods-for-SearchFilters branch from 2c798ac to f35c138 Compare March 9, 2025 10:45
@leMicin
Copy link
Contributor

leMicin commented Mar 9, 2025

The standard for property names in CSharp is PascalCase. I don't want to change standards. I understand what you are trying to do, but I find it more confusing in the end.

Say someone looks at intellisence and sees Type_filters and TypeFilters. It is unclear which one should be chosen. We lose clarity with this change.

@bisforboman bisforboman closed this Mar 9, 2025
@bisforboman bisforboman deleted the feature/rename-methods-for-SearchFilters branch March 9, 2025 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants