Claude Code - Again
Over the weekend I decided to throw Claude Code at my Go GraphQL library I had been working on, go-quickgraph. I stopped working on it around two years ago after my proposal to use this at my previous company.
I had it give me a sense of what was missing. It pointed out some stuff, then added it. I had a sample app that I had it make far more thorough. Then I asked Claude to implement subscriptions. One-shot — done. Complete with tests. After that I noticed problems with the schema generation. It worked for a while to fix that one, it really was tricky. Then I noticed that introspection was screwed up. It took even longer but it did that as well. We added a few other features scattered around.
Now this library went from being a random toy to something that can actually be used in production.