Hacker News new | ask | show | jobs
by edoloughlin 1089 days ago
> Code unambiguously defines 'what' it's doing, so I'm not sure what value technical consistency provides

Unless it’s really convoluted, most of the time I’m reading code, I’m concerned with why it’s doing something. Technical consistency helps understand the intent by removing distractions and the need to switch paradigms.