|
|
|
|
|
by philipp-gayret
272 days ago
|
|
I very often hear from developers at clients I work with that code they (not me) generate with AI is not of enough "quality". So I ask them what quality means. So far, I only get the most basic feedback: it should be in X style, pass Y linter, have N% coverage, have documentation... At the same time, most, if not all manually written repositories do not pass the newfound quality metrics that must apply to AI code to be quality. I'm glad people are thinking about it at least, but let's not pretend like we cared before when it took manual labour. I'm even more glad we are in an age where quality standards can be fully automated. |
|
I don't think I've ever worked anywhere that'd accept a PR which introduced untested & undocumented features, in which the code doesn't even pass the company's internal linter.
Those feel like very low bars for your colleagues & clients to set.