Two hard things in computer science:
- Naming things.
- Caching.
- 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.