Re: [xml-dev] Recursive data structures

From
Gavin Thomas Nicol <>
To
Date
2002-01-17T16:52:06Z
ID
<>
Thread
Re: [xml-dev] Recursive data structures
On Thursday 17 January 2002 11:00 am, Bullard, Claude L (Len) wrote:
> I used to count the indentation number and use it
> as a rough estimate of system complexity.
>
> Don't go there.  It is a portal to hell. ;-)

Interestingly, I did do some work on complexity metrics for SGML years 
ago. Took in the markup/text ratio, #attributes, and nesting depth, 
and produced a number. I never did that much with it, except verify 
that if roughly reflected my opinion. From memory, nesting depth (D) 
was scaled in as something like D squared.