What human learning techniques can be applied to improve code layout?

Posted by David Sykes on Stack Overflow See other posts from Stack Overflow or by David Sykes
Published on 2010-03-19T08:45:39Z Indexed on 2010/03/19 8:51 UTC
Read the original article Hit count: 220

Is it possible to use the results of studies made into human learning in order to identify how code might be laid out to improve comprehension?

Code layout wars almost always end up defending consistency and the prevailing style, but could there be ways of laying out code that are provably better than others?

© Stack Overflow or respective owner

Related posts about coding-style

Related posts about coding-standards