Names of functions, types, modules, and variables are the most-used surface of your code — favour long-descriptive over short-clever, specific over generic, intention-revealing over implementation-revealing; rename freely. Load when naming or renaming anything, when about to commit a function named
Names of functions, types, modules, and variables are the most-used surface of your code — favour long-descriptive over short-clever, specific over generic, intention-revealing over implementation-revealing; rename freely. Load when naming or renaming anything, when about to commit a function named `process` / `handle` / `data` / `result` / `helper` / `tmp`, when a comment is explaining what a var