Remix.run Logo
0xblacklight 13 hours ago

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

2001zhaozhao 11 hours ago | parent [-]

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.)