How would you know if you've written readable and easily maintainable code?

Posted by KyelJmD on Programmers See other posts from Programmers or by KyelJmD
Published on 2012-03-22T16:52:26Z Indexed on 2013/11/06 16:11 UTC
Read the original article Hit count: 348

How would one know if the code he has created is easily maintainable and readable? Of course in your point of view (the one who actually wrote the code) your code is readable and maintainable, but we should be true to ourselves here.

How would we know if we've written pretty messy and unmaintainable code? Are there any constructs or guidelines to know if we have developed a messy piece of software?

© Programmers or respective owner

Related posts about self-improvement

Related posts about programming-practices