Greppability is an underrated code metricmorizbuesing.com hono4kami ( @hono4kami@piefed.social ) Programming@programming.devEnglish • 16 days ago message-square23fedilinkarrow-up188
arrow-up188external-linkGreppability is an underrated code metricmorizbuesing.com hono4kami ( @hono4kami@piefed.social ) Programming@programming.devEnglish • 16 days ago message-square23fedilink
minus-square thingsiplay ( @thingsiplay@beehaw.org ) linkfedilink1•16 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"