5 ms·
How I see this: Refactoring code to reduce the number of lines is _compression_, akin to RLE coding. Refactoring the code to lift conceptually coherent parts
by luckystarr 3mo ago
How I see this:
Refactoring code to reduce the number of lines is _compression_, akin to RLE coding.
Refactoring the code to lift conceptually coherent parts is _abstraction_.
Less compression, more abstraction. Then you're fine.