Hacker News new | ask | show | jobs
by jheriko 2669 days ago
> break the "do not repeat yourself" rule.

the do not repeat yourself rule isn't about saving typing, its about reducing points of failure in code - i.e. one code path and one place to fix a bug instead of n.

variable naming has nothing to do with that.