New ask Hacker News story: The Author of Clean Code No Longer Reviews AI-Generated Code
The Author of Clean Code No Longer Reviews AI-Generated Code 4 by SantiDev | 0 comments on Hacker News. Tweet URL: https://ift.tt/I9W1V0a Robert Martin, the author of Clean Code, tweeted the following: > I’m significantly older than you. I started coding in the late 60s. My current strategy is to not read any of the code written by my agents. That’s the only way I can take advantage of their productivity. What I do instead is to surround the agents with extreme constraints. Unit tests, gherkin tests, QA procedures, quality metrics, mutation testing, test coverage, and a plethora of others. In the end, I have very high confidence in the code they produce because they’ve had to run the gauntlet of all of my constraints and tests.