hono4kami@piefed.social to Programming@programming.devEnglish · 23 hours agoGreppability is an underrated code metricmorizbuesing.comexternal-linkmessage-square15fedilinkarrow-up1108arrow-down11
arrow-up1107arrow-down1external-linkGreppability is an underrated code metricmorizbuesing.comhono4kami@piefed.social to Programming@programming.devEnglish · 23 hours agomessage-square15fedilink
minus-squarethingsiplay@beehaw.orglinkfedilinkarrow-up1·18 hours agoFor code bases where this is a thing, you could use greps context lines: grep ---before-context 1 "^main"
For code bases where this is a thing, you could use greps context lines:
grep ---before-context 1 "^main"