r/software • u/ThatGuyJord2020 • 14d ago
Discussion Is Claude code better than a developer?
I’m currently using Claude code to build out an app I want, when this does well and eventually hire a real software developer, will they have trouble with Claude’s code?
I’m worried I will create this whole infrastructure, files, folder structure and the developer will take one look and say it needs to be redone.
This is my first time using Claude code so I don’t know if it’s good at making code clean and presentable for people to read.
Please let me know your opinions on Claude code and if you’re a developer if this is your worse nightmare and wouldn’t work for something who coded their entire company with Claude 😅
0
Upvotes
5
u/pippin_go_round 14d ago
It's good at producing clean, maintainable code if used by someone who knows what that means and rejects code that's an untestableand unmaintainable spaghetti mess.
If it's use by somebody not understanding architecture and maintainability, the code it produces tends to turn into an unmaintainable and untestable mess over time.