• 0 Posts
  • 168 Comments
Joined 3 years ago
cake
Cake day: June 29th, 2023

help-circle







  • This is very different from my experience, but I’ve purposely lagged behind in adoption and I often do things the slow way because I like programming and I don’t want to get too lazy and dependent.

    I just recently started using Claude Code CLI. With how I use it: asking it specific questions and often telling it exactly what files and lines to analyze, it feels more like taking to an extremely knowledgeable programmer who has very narrow context and often makes short-sighted decisions.

    I find it super helpful in troubleshooting. But it also feels like a trap, because I can feel it gaining my trust and I know better than to trust it.








  • I pushed my team to use trunk based development. We did cherry-picks from trunk to release branches for a couple years with no issues. Since then, I’ve written a GitHub action that automates the cherry-picks based on tickets in the commit messages.

    But even before the automation, it drastically improved our dev processes.

    We weren’t on Git Flow exactly, but it was a bastardized version of it.

    Having used TBD successfully for like 5-6 years now. I can’t imagine using Git Flow.