Skip to main content

Intermission - Naming Two-Variable Terms

·94 words·1 min

Two hard things in computer science:

  1. Naming things.
  2. Caching.
  3. Off-by-one errors.

My naming is holding me back.

root segment segment root segment dir linear segment dir linear

primary vein strand tree branch vein

What do I call parameters like a, b, c, and d?

a * index^2 * generation^2 + b * index^2 * generation
  + c * index * generation^2 + d * index * generation

Even before this came up, the “root segment” name was bugging me. And the fact that I don’t have anything to call a single tree of segments.