hono4kami@piefed.social to Programming@programming.devEnglish · 1 month agoGreppability is an underrated code metricmorizbuesing.comexternal-linkmessage-square23fedilinkarrow-up12arrow-down10
arrow-up12arrow-down1external-linkGreppability is an underrated code metricmorizbuesing.comhono4kami@piefed.social to Programming@programming.devEnglish · 1 month agomessage-square23fedilink
minus-squarethingsiplay@beehaw.orglinkfedilinkarrow-up0·1 month 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"