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
Link Actions
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.
+1 for avoiding dynamically constructed identifiers when possible. Fulltext search across multiple files is available in most tools, let it be useful. It sucks having to search for a substring, hoping you guessed the way it gets constructed. Plus, it might not even occur to you that this is what you need to try.