Comment by IshKebab
7 hours ago
Your code isn't as unnecessarily commented as this. E.g. look at this line
https://github.com/RiftValleySoftware/RVS_Spinner/blob/d44ee...
An LLM would have commented `// Create temporary UI view.`
Completely redundant comments like this are a classic hallmark of LLMs:
# Set frequency scaling factor
freq=0.2
Dunno why I have been downvoted for stating the obvious.
Also from my brief look at one file it looks like you have 50% comments because you have a gazillion comment separator lines.
I didn't downvote. There's nothing wrong with your comment. It's just a bit silly, because humans definitely write that much. I learned from Apple and Adobe headerdocs.
I worked for a Japanese company that accreted comments.
Yeah, lots of whitespace.