Readable

There are 1 entries for the tag Readable

Write Readable Code By Making Its Intentions Clear

I don’t think it’s too much of a stretch to say that the hardest part of coding is not writing code, but reading it. As Eric Lippert points out, Reading code is hard. First off, I agree with you that there are very few people who can read code who cannot write code themselves. It’s not like written or spoken natural languages, where understanding what someone else says does not require understanding why they said it that way. Hmmm, now why did Eric say that in that particular way? This in part is why reinventing the wheel is so common (apart...