“Categories” for comments?
Comments are kind of “limited” in WordPress. You have three different types for them as get_comment_type() shows nicely and you can not extend that list. So, adding meta values to your comments is the easiest, and probably “most standard” way, to be able to distinguish different “types” of comments. Handling the comment in- and output … Read more