Nay, I periodically go through phases in most of my large applications where I do nothing but test, refine, refactor, consolidate, and modularize (the multi-thousand line monoliths that LLM's love to make so much) for days before resuming my roadmaps.
This part is honestly one of the most satisfying, where you merge the already existing functionality with beautiful patterns.
I also make good use of precommit hook scripts to catch drift where possible
jatora|22 days ago
This part is honestly one of the most satisfying, where you merge the already existing functionality with beautiful patterns.
I also make good use of precommit hook scripts to catch drift where possible
enraged_camel|22 days ago
joshuahaglund|22 days ago
TideAd|22 days ago
SamPatt|22 days ago
Especially for large commits, it's become indispensable.