Why is 'readability' so important?

Asked by blessing007 · 6 months ago

1 Answer

22
amorebise · 6 months ago Top Answer

Code is read much more often than it is written. You might write it today, but in a month, you are a stranger to that code.

Write your code as if the person who has to maintain it is a dangerous person who knows where you live! Make it clear, clean, and simple.

Log in to add a comment.