logoalt Hacker News

0xblacklighttoday at 7:19 PM1 replyview on HN

reviewing code as it's being written & re-steering it > reviewing it once 20k lines have been written


Replies

2001zhaozhaotoday at 8:29 PM

Yep i aim to split my work into tickets that are <=1k lines of code each. In the end it all gets squashed into a mega 10k commit regardless but i can keep track of the quality much more that way.

(more precisely the sub-tickets merge into a bigger feature branch, which in turn gets squash merged into the main branch at the end. i have a tool that automates this flow with a gui and ticket management.)