Hacker News new | ask | show | jobs
by hliyan 1055 days ago
I've come to the same conclusion as you. Code is typically read more times than it is written/modified, so it is better to optimise for the common case, i.e. code that is tedious to write but simple to read and follow.