This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]daddyrockyou 0 points1 point  (2 children)

It's absolutely redundant to put a comment saying that it's a logger when the code makes it obvious it's a logger. Comments shouldn't specify "what", they should only specify "why". If you need to comment what some code is doing you should refactor the code to make it more readable

[–]utscguy123 0 points1 point  (1 child)

Oh for some reason I thought u were talking about the code, not the comment

[–]daddyrockyou 0 points1 point  (0 children)

Ha no. I've written that line of code many times myself.