sirkris / Reddit.NET

A Reddit API library for .NET Standard with OAuth support. Written in C#.
MIT License
508 stars 78 forks source link

Rename Things.PostContainer to Things.PostsContainer and Things.CommentContainer to Things.CommentsContainer #163

Open sirkris opened 2 years ago

sirkris commented 2 years ago

Just realized these are confusingly named. The name suggests that it's a container for a single post/comment, when in fact it contains a list of posts/comments. That list will often be populated with a single entry, but still. This change will make it clearer that these containers can hold multiple post/comment objects.

Because this will likely lead to BC breakage in userland, the original names will remain in deprecated form for the time being.