Skip to content

Conversation

bounav
Copy link
Collaborator

@bounav bounav commented Jan 23, 2024

A bit of digital dusting. No functional change.

  • Using Array.Empty() instead of new class[0]
  • if and for have their block wrapped in {}
  • Removed unused usings
  • Removed unused variables
  • Fixed indentation
  • CSharp modernization (leveraging newer language features)
  • Fixed typos
  • Improved readability of some unit tests by adding a new line before
  • No longer overriding ReadToEnd() in SpoolReader.cs (mono 2.10.2 is out)

- Using Array.Empty<class>() instead of new class[0]
- if and for have their block wrapped in {}
- Removed unused usings
- Removed unused variables
- Fixed indentation
- CSharp modernization (leveraging newer language features)
- Fixed typos
- Improved readability of some unit tests by adding a new line before
- No longer overriding ReadToEnd() in SpoolReader.cs (mono 2.10.2 _is_ out)
@RobertTheGrey RobertTheGrey merged commit 41bf498 into master Jan 24, 2024
@bounav bounav deleted the improved-readability branch January 25, 2024 09: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