←back to thread

469 points samuelstros | 1 comments | | HN request time: 0.205s | source
Show context
yumraj ◴[] No.44998945[source]
I made insane progress with CC over last several weeks, but lately have noticed progress stalling.

I’m in the middle of some refactoring/bug fixing/optimization but it’s constantly running into issues, making half baked changes, not able to fix regressions etc. Still trying to figure out how to make do a better job. Might have to break it into smaller chunks or something. Been pretty frustrating couple of weeks.

If anyone has pointers, I’m all ears!!

replies(6): >>44998959 #>>44999168 #>>45000839 #>>45001463 #>>45001506 #>>45015437 #
1. rirze ◴[] No.45015437[source]
It's the plateau; once your codebase hits a certain size/complexity, CC struggles to make exponential progress. To make good progress, you have to dive in and guide it very finely.