Skip to content

Commit 973d6d3

Browse files
committed
typo
1 parent b0dc356 commit 973d6d3

File tree

1 file changed

+1
-2
lines changed
  • content/posts/2025/07/30/six-weeks-of-claude-code

1 file changed

+1
-2
lines changed

content/posts/2025/07/30/six-weeks-of-claude-code/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ authors = ["orta"]
55
tags = ["tech", "claude", "llms", "programming"]
66
theme = "outlook-hayesy-beta"
77
series = ["Coding with LLMS"]
8-
github_issue_id = 1
98
+++
109

1110
It is wild to think that it has been only a handful of weeks.
@@ -146,7 +145,7 @@ So I will double-down on saying that everything [in Justin's post](https://justi
146145

147146
### What Do I Think Makes It Successful in our Codebases
148147

149-
1. We use monorepos. I was lucky to have spent the time [a year ago](https://.puzzmo.com/posts/2025/01/22/turborepo/) to take every project and move it into a two main environments. This was originally done to reflect the working processes of the engineering teams. My goal was to make it possible to go from db schema change to front-end components in a single pull request.
148+
1. We use monorepos. I was lucky to have spent the time [a year ago](/posts/2025/01/22/turborepo/) to take every project and move it into a two main environments. This was originally done to reflect the working processes of the engineering teams. My goal was to make it possible to go from db schema change to front-end components in a single pull request.
150149

151150
A monorepo is perfect for working with an LLM, because it can read the file which represents our schema, it can read the sdl files defining the public GraphQL API, read the per-screen requests and figure out what you're trying to do. Having a single place with so much context means that _I_ as user of Claude Code do not need to tell it that sort of stuff and a vague message like _"Add a xyz field to the user model in the db and make it show in this screen"_ is something that Claude Code can do.
152151

0 commit comments

Comments
 (0)