Hacker News new | ask | show | jobs
by singpolyma3 3 days ago
Since no one knows or can agree on what "code quality" is and we can't measure it for human output, I'm dubious about measuring it for LLMs
1 comments

You don't need universal consensus to measure something. There are many good quality measures of code quality.
> There are many good quality measures of code quality.

Besides the traditional and mechanical "less LOC", cyclomatic complexity and similar, which ones are you talking about exactly?

I'm not talking about any specific measure. There are many. Pick some, and you have a benchmark.
I understand you're talking about "many", could you give an concrete name or example of at least one?