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

Tidy up/improve code. #22

Open
Issung opened this issue Mar 12, 2023 · 0 comments
Open

Tidy up/improve code. #22

Issung opened this issue Mar 12, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Issung
Copy link
Owner

Issung commented Mar 12, 2023

  • Use var where possible.
  • Use using on objects where possible to improve memory usage, e.g. WebClient occurences.
  • Remove rendundant branches.
  • Fix incorrect naming conventions.
  • Add xdoc comments for methods/properties where needed.
  • GetThreadSubject() is terrible and is copied in multiple places, see if it can be improved.
@Issung Issung added enhancement New feature or request good first issue Good for newcomers labels Mar 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant