← Back to context Comment by joquarky 18 days ago > But only for the first ~10klocThen let me introduce you to a useful concept:https://en.wikipedia.org/wiki/Separation_of_concerns 1 comment joquarky Reply qingcharles 18 days ago This X 100.I've learned with LLM coded apps to break stuff into very small manageable chunks so they can work on the tiny piece and not get screwed by big context.For the most part, this actually produces a cleaner codebase.
qingcharles 18 days ago This X 100.I've learned with LLM coded apps to break stuff into very small manageable chunks so they can work on the tiny piece and not get screwed by big context.For the most part, this actually produces a cleaner codebase.
This X 100.
I've learned with LLM coded apps to break stuff into very small manageable chunks so they can work on the tiny piece and not get screwed by big context.
For the most part, this actually produces a cleaner codebase.