Click here to Skip to main content
15,892,927 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralJust asking Pin
User 5924118-Mar-14 23:05
User 5924118-Mar-14 23:05 
GeneralRe: Just asking Pin
Dalek Dave18-Mar-14 23:10
professionalDalek Dave18-Mar-14 23:10 
GeneralRe: Just asking Pin
User 5924118-Mar-14 23:18
User 5924118-Mar-14 23:18 
GeneralRe: Just asking Pin
Mike Hankey19-Mar-14 2:12
mveMike Hankey19-Mar-14 2:12 
GeneralRe: Just asking Pin
JimmyRopes19-Mar-14 3:54
professionalJimmyRopes19-Mar-14 3:54 
GeneralCode Meterics Pin
Mycroft Holmes18-Mar-14 22:59
professionalMycroft Holmes18-Mar-14 22:59 
GeneralRe: Code Meterics Pin
Reiss18-Mar-14 23:28
professionalReiss18-Mar-14 23:28 
GeneralRe: Code Meterics Pin
Pete O'Hanlon18-Mar-14 23:31
mvePete O'Hanlon18-Mar-14 23:31 
By itself, a high level Maintainability Index doesn't actually add much value. You need to drill down and look in more depth - see what the maintainability is as you drill into the project, and don't forget to pay attention to the cyclomatic complexity. If this 80 was reflected all the way down, it would indicate that there weren't too many major issues, but your cycolmatic complexity is probably going to be high. According to Microsoft[^], they calculate the cmoplexity based on this formula:
Maintainability Index = Max(0,(171 - 5.2 * log(Halstead Volume) - 0.23 * (Cyclomatic Complexity) - 16.2 * log(Lines of Code))*100 / 171)

GeneralRe: Code Meterics Pin
Mycroft Holmes19-Mar-14 0:08
professionalMycroft Holmes19-Mar-14 0:08 
GeneralRe: Code Meterics Pin
Pete O'Hanlon19-Mar-14 0:21
mvePete O'Hanlon19-Mar-14 0:21 
GeneralRe: Code Meterics Pin
Mycroft Holmes19-Mar-14 0:41
professionalMycroft Holmes19-Mar-14 0:41 
GeneralRe: Code Meterics Pin
Kevin McFarlane19-Mar-14 1:34
Kevin McFarlane19-Mar-14 1:34 
GeneralCCC 19/3/14 Pin
Dalek Dave18-Mar-14 22:47
professionalDalek Dave18-Mar-14 22:47 
GeneralRe: CCC 19/3/14 Pin
Worried Brown Eyes18-Mar-14 23:11
Worried Brown Eyes18-Mar-14 23:11 
GeneralRe: CCC 19/3/14 PinPopular
Reiss18-Mar-14 23:36
professionalReiss18-Mar-14 23:36 
Generalsuicide prevention Pin
JimmyRopes18-Mar-14 22:33
professionalJimmyRopes18-Mar-14 22:33 
GeneralRe: suicide prevention Pin
Dalek Dave18-Mar-14 22:35
professionalDalek Dave18-Mar-14 22:35 
GeneralRe: suicide prevention Pin
Corporal Agarn19-Mar-14 1:25
professionalCorporal Agarn19-Mar-14 1:25 
GeneralRe: suicide prevention Pin
Mike Hankey19-Mar-14 2:21
mveMike Hankey19-Mar-14 2:21 
GeneralRe: suicide prevention Pin
Richard Deeming19-Mar-14 3:06
mveRichard Deeming19-Mar-14 3:06 
GeneralRe: suicide prevention Pin
JimmyRopes19-Mar-14 3:15
professionalJimmyRopes19-Mar-14 3:15 
GeneralThis is sweet! Pin
Dalek Dave18-Mar-14 22:24
professionalDalek Dave18-Mar-14 22:24 
GeneralRe: This is sweet! Pin
Johnny J.18-Mar-14 22:26
professionalJohnny J.18-Mar-14 22:26 
GeneralRe: This is sweet! Pin
Mycroft Holmes18-Mar-14 22:49
professionalMycroft Holmes18-Mar-14 22:49 
GeneralRe: This is sweet! Pin
Max Methot19-Mar-14 1:52
Max Methot19-Mar-14 1:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.