Remix.run Logo
RaftPeople 2 days ago

There was a study I read recently that analyzed the different complexity metrics and tested whether they relate to developers ability to understand the code.

Most of them, especially Cyclomatic, did not align very well with the ability to understand, there was only one of the standard ones (can't remember which one) that kind of got close.

bmitc 18 hours ago | parent [-]

If you can remember or find the reference, I'm interested!

RaftPeople 12 hours ago | parent [-]

I think this is the one: https://pmc.ncbi.nlm.nih.gov/articles/PMC9942489

bmitc 11 hours ago | parent [-]

Thanks!