GChan icon indicating copy to clipboard operation
GChan copied to clipboard

Tidy up/improve code.

Open Issung opened this issue 1 year ago • 0 comments

  • 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 avatar Mar 12 '23 07:03 Issung