hono4kami@piefed.social to ProgrammingEnglish · 11 hours agoGreppability is an underrated code metricmorizbuesing.comexternal-linkmessage-square15fedilinkarrow-up196arrow-down12
arrow-up194arrow-down1external-linkGreppability is an underrated code metricmorizbuesing.comhono4kami@piefed.social to ProgrammingEnglish · 11 hours agomessage-square15fedilink
minus-squarefoollinkfedilinkarrow-up5·8 hours 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 hours 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"