hono4kami@piefed.social to Programming@programming.devEnglish · 22 days agoGreppability is an underrated code metricmorizbuesing.comexternal-linkmessage-square24fedilinkarrow-up1126
arrow-up1126external-linkGreppability is an underrated code metricmorizbuesing.comhono4kami@piefed.social to Programming@programming.devEnglish · 22 days agomessage-square24fedilink
minus-squarethingsiplay@beehaw.orglinkfedilinkarrow-up1·22 days 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"