Hacker News new | ask | show | jobs
by xg15 1286 days ago
> I understand exactly what BasicReviewableFlaggedPostSerializer is on my first time seeing it.

Good for the author, I certainly wouldn't. Things I'd have to research in the codebase before understanding the name are:

- what is Post?

- what do Flagged and Reviewable mean here? Are they attributes of the Post or the serializer?

- what does Basic mean? Again, what is this referring to? Is it indicating that the class is some kind of base class for an object hierarchy?