Hi everyone.
I’ve just discovered Monodevelop has a feature that lets you calculate some code metrics automatically, one of which being Cyclomatic Complexity. It’s a new concept for me, but after doing a bit of reading I am intrigued. From what I have read it is best to keep the complexity at around 10, but I’d like to know how (if at all) this differs when doing some game development.
Monodevelop also calculates many other metrics and I thought it would be interesting to get people’s opinion on their popularity / usefulness. ![]()
I myself am quite new to code metrics, I haven’t ever gathered any previously and so far all they have told me is where my code is most inefficient, which I kinda know already after writing it inefficiently! So for me I have yet to find a good use for them. ![]()