Going hands-on with a new project
So I’m starting a new Go project and was going back and forth on whether I should generate the code using Claude. Typically I just do the design by now and delegate the code creation to it but somehow it felt wrong with this project.
I’m not yet that used to writing Go services and when I started generating some code I had this feeling that I don’t understand all of it. I deleted everything and decided to now write the first version by hand. I like it so far and have the impressions that I’m learning something. Glad I’m doing it this way, at least for this project.