Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

0% Positive

Analyzed from 113 words in the discussion.

Trending Topics

#code#tests#thanks#problems#should#deployment#yep#experience#claude#given

Discussion (4 Comments)Read Original on HackerNews

rubythis•about 3 hours ago
Yep, this is my experience with Claude code. Given clear requirements it can build an app. And it excels at complicated but well documented tasks like integrations. The only issue is that I don't see any code review or tests or risk audit. But those are just prompts, so easy to add.
ryanckulp•about 2 hours ago
thanks for reading, updating the post now to explain we use the Superpowers skill and spend 90% of our effort on specs / tests. measure thrice, cut once.
rubythis•about 2 hours ago
sure, also I have it look for bugs, problems with database indexes (missing or should be/ should not be unique). reviews for code quality, srp, complexity, etc. also reviewing deployment and infra. and what happens when the db goes down. and find 10 problems that can happen after deployment and how to detect and manage.
ryanckulp•about 2 hours ago
takes notes thanks again.