Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
alienchow
on Sept 3, 2024
|
parent
|
context
|
favorite
| on:
Greppability is an underrated code metric
I very rarely use literal grep at all. Perl grep is my standard goto.
For functions: grep -P '^func funcName\('
For methods: grep -P '^func [^)]+\) methodName\('
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
For functions: grep -P '^func funcName\('
For methods: grep -P '^func [^)]+\) methodName\('