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

Code Style Housekeeping #462

Merged
merged 1 commit into from
Jan 16, 2025
Merged

Code Style Housekeeping #462

merged 1 commit into from
Jan 16, 2025

Conversation

axunonb
Copy link
Member

@axunonb axunonb commented Jan 16, 2025

  • Replaced Any() with Count != 0 for better performance.
  • Updated parameter types in TimeTextInfo.cs and EvaluatorTests.cs.
  • Simplified assertion syntax in multiple test files.
  • Changed Enum.Parse to Enum.TryParse in Address.cs.
  • Converted instance methods to static in StringSource.cs.

@axunonb axunonb force-pushed the pr/code-housekeeping branch from 863f146 to b7df185 Compare January 16, 2025 22:19
- Replaced Any() with Count != 0 for better performance.
- Updated parameter types in TimeTextInfo.cs and EvaluatorTests.cs.
- Simplified assertion syntax in multiple test files.
- Changed Enum.Parse to Enum.TryParse in Address.cs.
- Converted instance methods to static in StringSource.cs.
@axunonb axunonb force-pushed the pr/code-housekeeping branch from b7df185 to 217fe4e Compare January 16, 2025 22:21
@axunonb axunonb merged commit e74de13 into main Jan 16, 2025
5 of 7 checks passed
@axunonb axunonb deleted the pr/code-housekeeping branch January 16, 2025 22:26
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.

None yet

1 participant