CrustyJew
CrustyJew
I have implemented some already, for example in the "Static Operation" regions of `ModeratableThing`. This allows accessing information/posts without having to follow the entire chain through the main `Reddit` object...
Unless someone can give some compelling reasons to keep the legacy stuff in, I'm starting to remove support for relying on ModHashes as it will help clean up some code...
2.0 branch has CONTRIBUTING.md with some basic instructions now and a test project. Tests don't have to be exhaustive at the moment, but with all the changes to IAsyncEnumerables etc,...
Comment listings return `More` comment objects instead of `After` like other listings breaking the generic listing process. Needs to be overrode for comments or documented.
Historically things have been pulled via Properties on an object like `Subreddit.Moderators`. Changing everything over to async, this doesn't always work the best as it can't actually call an async...
Hundreds of warnings for public methods not documented with the XML option turned on. Methods either need access modifiers changed, or documentation added preferably.