Reading List

Greppability Is an Underrated Code Metric from Michael Tsai RSS feed.

Greppability Is an Underrated Code Metric

Moriz Büsing (via Hacker News): It turns out that splitting up, or dynamically constructing identifiers is a bad idea. […] Don’t rename fields at application boundaries to match naming schemes. An obvious example is then importing postgres-style snake_case identifiers into javascript, then converting them to camelCase. […] Taking inspiration from the Zen of Python, when […]