What defines code readability?
        Posted  
        
            by 
                zxcdw
            
        on Programmers
        
        See other posts from Programmers
        
            or by zxcdw
        
        
        
        Published on 2012-08-30T03:24:42Z
        Indexed on 
            2012/08/30
            3:48 UTC
        
        
        Read the original article
        Hit count: 473
        
It is often said that readability is perhaps the most important quality-defining measure of a given piece of code for reasons concerning maintainability, ease of understanding and use.
What defines the word readable in context of program source code? What kind of definitive aspects are there to code readability?
I would be grateful with code examples of readable code, along with reasoning why it is readable.
© Programmers or respective owner