[RESOLVED] complexity report
Quote:
Originally Posted by l12ngo
There's quite a bit if you just Google the term complexity or metrics.
Generally, it doesn't just refer to timings, it's also talking about how well maintained your code is.
Basically, if your professor had to look at your code, would it be easy for him to figure out what is what? Do your variable names have some kind of logic to them or are they just called anything that came to mind at the time of coding? Is your code commented or do you just know what's going on?
No doubt they'll also look to see if your doing things efficiently (timing-wise)as well, so you'll need to have a look at any areas where you think you may have overcomplicated things. For this aspect, I found this which you may decide to use (not sure if you're allowed to get someone to measure it for you, but the demo should at least give you an idea on what's happening):
http://www.aivosto.com/project/analysis-service.html
Hope this helps a little, like I say, there's a fair bit if you can Google the terms.
the original post became too long so i started a new one
thanks l12ngo for suggesting the link i submitted my code yesterday and got this report today ,now this is such a huge report and i have no clue what to do with this .can some one suggest me what to do with this...
p.s:by the way i asked my proff what he meant by complexity .he actually wanted to ask "What new Features are present in your app. which are not present in other similar commercial applications. he din find a synonym for that so he asked what is the complexity? "
anyway i found this topic very interesting so i will continue with the actual complexity!!