|
|
|
|
|
by AvocadoCake
1816 days ago
|
|
Whenever I make a PR for a bug fix or a change in behaviour, I'll check the LOC delta. Given all I'm doing is changing an existing thing, rather than adding a new feature, I would often consider it a soft red flag if the LOC has increased substantially. Now, obviously sometimes I'll stop and think about why it went up and decide that it's inevitable, but sometimes it will help me realise I wasn't properly utilising code/logic that already existed in that service. I might not be able to have low-code/no-code, but I can attempt to avoid high-code whenever possible. |
|