Uncle Bob's Current Strategy Is Not to Read the Code
Uncle Bob — author of Clean Code, author of Clean Architecture, the man behind the SOLID principles — doesn’t read the code his agents write. Bob writes: “I’m considerably older than you. I started programming in the late ’60s. My current strategy is to not read the code written by my agents. It’s the only way to actually benefit from their throughput. Instead, I surround the agents with extreme constraints: unit tests, Gherkin tests, QA procedures, quality metrics, mutation testing, test coverage, and a bunch of others. In the end, I’m very confident in the code they produce, because it had to pass through all of my constraints and tests.” https://x.com/unclebobmartin/status/2080257779395154409 ...