Hacker News new | ask | show | jobs
by Tijdreiziger 1432 days ago
And the corollary: since code is harder to read than write, steer clear of writing clever code where simple code would suffice, as the clever code will be much harder to read.
1 comments

A second argument is that debugging is harder than writing.
s/writing/reading