▲ | all2 2 days ago | ||||||||||||||||||||||
> The code itself is basically disposable. I'm finding this is the case for my work as well. The spec is the secret sauce, the code (and its many drafts) are disposable. Eventually I land on something serviceable, but until I do, I will easily drop a draft and start on a new one with a spec that is a little more refined. | |||||||||||||||||||||||
▲ | dotancohen 2 days ago | parent | next [-] | ||||||||||||||||||||||
I just like to add that the database design is the real secret sauce, important even more than external APIs in my opinion. | |||||||||||||||||||||||
| |||||||||||||||||||||||
▲ | bjornsing 2 days ago | parent | prev [-] | ||||||||||||||||||||||
So how do you best store and iterate on the spec? One way I guess would be to work on a branch an modify Claude.md to reflect what the branch is for. Is that a good approach? Are there others? |