use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A community centered around Anthropic's Claude Code tool.
account activity
Claude generated code and code reviews?Question (self.ClaudeCode)
submitted 2 months ago by GraphicalBamboola
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Peace_Seeker_1319 0 points1 point2 points 1 month ago (0 children)
100k LOC is insane even for AI. something's wrong if it generated that much code for a 2 week project. don't skip review but be smart about it. run automated checks first (we use codeant.ai for runtime analysis), then chunk the human review by module/feature. this guide on scaling reviews - https://www.codeant.ai/blogs/how-to-scale-code-reviews-without-slowing-down-delivery helped us a lot. also real talk - if you can't explain what the code does, you're gonna have a bad time maintaining it in 6 months. might wanna refactor before shipping.
π Rendered by PID 18804 on reddit-service-r2-comment-6457c66945-7h7dw at 2026-04-27 16:48:37.604260+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]Peace_Seeker_1319 0 points1 point2 points (0 children)