Join Nostr
2025-02-17 16:53:20 UTC

Kevlin Henney on Nostr: Suggestion for a AI-based coding assistant: a comment dissonance checker. Red ...

Suggestion for a AI-based coding assistant: a comment dissonance checker.

Red squiggles under comments that contradict what the code actually does. Blue squiggles for comments that add no value to what is already obvious from the code.

Also, blue squiggles on code that could be improved to make a comment superfluous, e.g., rename a variable to be more explicit rather than having a comment explaining what the variable is for.