hono4kami@piefed.social to Programming@programming.devEnglish · 6 days agoGreppability is an underrated code metricmorizbuesing.comexternal-linkmessage-square21fedilinkarrow-up1120arrow-down11 cross-posted to: [email protected]
arrow-up1119arrow-down1external-linkGreppability is an underrated code metricmorizbuesing.comhono4kami@piefed.social to Programming@programming.devEnglish · 6 days agomessage-square21fedilink cross-posted to: [email protected]
minus-squarefool@programming.devlinkfedilinkarrow-up5arrow-down1·6 days agoGreppability also contributed to this thingy int main() { // dam } in Mozilla C-style and GNU C-style projects. Of course, it’s a remnant of the past (grep ^main), but kgmgaehgka.
minus-squarethingsiplay@beehaw.orglinkfedilinkarrow-up1·6 days agoFor code bases where this is a thing, you could use greps context lines: grep ---before-context 1 "^main"
Greppability also contributed to this thingy
int main() { // dam }
in Mozilla C-style and GNU C-style projects. Of course, it’s a remnant of the past (
grep ^main
), but kgmgaehgka.For code bases where this is a thing, you could use greps context lines:
grep ---before-context 1 "^main"