Another rule of thumb that creates default-convergence in a codebase.

· Bits and Bobs 6/29/26
  • Another rule of thumb that creates default-convergence in a codebase.
    • If you run into a friction point, resolve it.
      • This should recurse, fractally.
    • This is both a great way to come up to speed on a new codebase, but also to improve it in a load-bearing way.
    • This creates compounding benefits.
    • The cost to fix the friction point is linear.
    • But the value of fixing the friction point is all future uses of that thing that now have lower friction.
      • That scales with the usage, which is super-linear to your effort.