hono4kami@piefed.social to Programming@programming.devEnglish · 3 days agoGreppability is an underrated code metricmorizbuesing.comexternal-linkmessage-square17fedilinkarrow-up1117arrow-down11 cross-posted to: programming@zerobytes.monsterprogramming@zerobytes.monster
arrow-up1116arrow-down1external-linkGreppability is an underrated code metricmorizbuesing.comhono4kami@piefed.social to Programming@programming.devEnglish · 3 days agomessage-square17fedilink cross-posted to: programming@zerobytes.monsterprogramming@zerobytes.monster
minus-squarethingsiplay@beehaw.orglinkfedilinkarrow-up1·2 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"