Exceptional coding style
    Jeff Nowakowski 
    jeff at dilacero.org
       
    Thu Jan 17 04:30:03 PST 2013
    
    
  
On 01/15/2013 08:29 PM, H. S. Teoh wrote:
>
> It's paradoxical that a 1D (i.e. linear) representation is more useful
> for capturing the complexity of programming as opposed to, say, a 2D
> graphical representation
Typical code is 2d because of line-oriented statements and indented 
block structure. Reading a truly linear file of code in 1d would be 
quite a nightmare.
    
    
More information about the Digitalmars-d
mailing list