jorgenswiderski / PoBPreviewBot

12 stars 1 forks source link

Add reply_object class to serve as a wrapper around both praw comments and submissions #12

Closed aggixx closed 5 years ago

aggixx commented 5 years ago

By creating a wrapper class that can contain both praw comments and submissions, a lot of type checking code can be removed or consolidated. Class methods can also offer a consolidated way to perform similar functions on both comments and submissions without having to have different code paths for each distributed in many other places in the code.

aggixx commented 5 years ago

Add str() class method for convenient printing of object identifiers.

aggixx commented 5 years ago

Done in 37ed6ac7e27fc48835833723c27dc3e28954630e