Greppability is an underrated code metric
Greppability is an underrated code metric
morizbuesing.com Greppability is an underrated code metric
Keeping your codebase searchable will make your maintenance life easier in the long run
Greppability is an underrated code metric
Keeping your codebase searchable will make your maintenance life easier in the long run
You're viewing a single thread.
Using git grep os one of the most practical things I do. Whether to look for definitions, usages, or getting a list or overview of endpoints on an api, I use it for all. It's ubiquitous, works everywhere.
Yes, other tools exist that give you this information in a clear way. But the practicality of grep is amazing.