Build a Self-Aware Code Comment Validator That Detects Lies in Documentation
A developer wants to build a tool that analyzes Go source code and flags comments that contradict what the code actually does. The tool should parse functions, extract their comments, and use a scorin…