It a bit worrying that Claude Code found like ten threads issues in my blogging app today. I’ve learned to write such code and still make errors :-(

I’m wondering if frameworks and coding languages still matter in the not so far future. When the LLM is writing all the code, my opinions about a language matter a lot less. Only of course you run out of tokens and want to implement something by hand.

The image shows a GitHub repository page titled "engineering-rules." The repository contains files related to engineering rules and structure, with each file having specific topics like coding style, commit message, localization, logging, and troubleshooting. The latest commit message indicates the introduction of version 1.0 engineering rules and structure. The right side of the page has sections for the repository's description, releases, and packages. The README file visible at the bottom contains a "Documentation Overview" discussing rules, design,

My project for today. I finally documented my ground rules when I write code. Now let’s see if this actually works and helps in reality.

Since when is HELLO_WORLD called screaming snake case? I’ve never heard it until today but I sort of like it. Writing this now I’m actually wonder how I was calling it at all, I think I never gave it a name until now. It was just the way how all uppercase constants are written.