Hacker News new | ask | show | jobs
by cleberz 1864 days ago
Wow... you picked up just the right example. I mean, hex values are just a perfect scenario - was that simple integer values I probably would disagree (I don't like the possibility of messing with diffs in the case some variable receives a big name, for instance).

Now I'm thinking about math, also. The assignment with "=" is not a thing on Tcl-like languages in general, but maybe some "formulas" would benefit from more spacing, like

  set x    1 +    2 +    3
  set y 1000 + 2000 + 3000
(or something like that. YMMV)

Okay. I'm changing that as soon as I can. Thank you very much.