4 ms·
This is the part I actually want from an LLM, I write the code and it spots the problems. A mega linter. Unfortunately it's not very good at this yet.
by draxil 3y ago
This is the part I actually want from an LLM, I write the code and it spots the problems. A mega linter. Unfortunately it's not very good at this yet.
- willvarfar 3y agoYeap, I want a code-review bot that just says "this is very improbable; are you sure you didn't mean x instead?" The old Coverity used to achieve similar results in a different way, spotting probable mistakes based on patterns its heuristics found in the rest of the same codebase.