DEV Community

Discussion on: What was your win this week?

Collapse
 
kspeakman profile image
Kasey Speakman

For me, it was finding SCC and using it to get some metrics about our code.

Apps in our legacy code base have a complexity up to the 10k range. That's ~10,000 different paths through the code.

The last product we did has 52k loc and a complexity of 1100. The product we are currently working on is 45k loc and 350 complexity. And it is more advanced in technical capability.

The complexity number is subjective, but the magnitudes of them are a reasonable point of comparison. And more importantly they line up with the experience of working on the code. I feels really good to see this kind of progress in our dev process.