Please consider editing your post and mark it as obsolete instead. Do you want to delete post?
Lines Of Code plugin?
Permanently deleted user
Created
I want to calculate the number of lines of code per project. I have looked at the CyclometricComplexity plugin, but it is way beyond me. Waaay beyond me. Where would I start?
>I want to calculate the number of lines of code per project. I have looked >at the CyclometricComplexity plugin, but it is way beyond me. Waaay beyond >me. Where would I start?
Personal i think you can use a free tool instead of writing it by yourself.
>> I want to calculate the number of lines of code per project. I have >> looked at the CyclometricComplexity plugin, but it is way beyond me. >> Waaay beyond me. Where would I start? >>
Personal i think you can use a free tool instead of writing it by yourself.
Do you get paid by the line or is your productivity measured in lines o' code? ;)
flipdoubt schreef:
Thanks for the tip! It helps.
>> "flipdoubt" <flipdoubt@nospam.com> >> >>> I want to calculate the number of lines of code per project. I have >>> looked at the CyclometricComplexity plugin, but it is way beyond me. >>> Waaay beyond me. Where would I start? >>> >> Personal i think you can use a free tool instead of writing it by >> yourself. >> >> http://www.wndtabs.com/download/Download/LineCounter/LineCounter2.21/ >> >> I know that was not the question :) >> >> Regards >> >> Albert >>
Hehe. That made the following pop into my head: Imagine if you could work on a team where activities were consistently broken down into use cases of a consistent granularty. If so, I'd be inclined to measure productivity as
use cases satisfied / lines of code (or net cyclomatic complexity change or whatever)
"flipdoubt" <flipdoubt@nospam.com>
>I want to calculate the number of lines of code per project. I have looked
>at the CyclometricComplexity plugin, but it is way beyond me. Waaay beyond
>me. Where would I start?
Personal i think you can use a free tool instead of writing it by yourself.
http://www.wndtabs.com/download/Download/LineCounter/LineCounter2.21/
I know that was not the question :)
Regards
Albert
Thanks for the tip! It helps.
>> I want to calculate the number of lines of code per project. I have
>> looked at the CyclometricComplexity plugin, but it is way beyond me.
>> Waaay beyond me. Where would I start?
>>
Do you get paid by the line or is your productivity measured in lines o'
code? ;)
flipdoubt schreef:
>> "flipdoubt" <flipdoubt@nospam.com>
>>
>>> I want to calculate the number of lines of code per project. I have
>>> looked at the CyclometricComplexity plugin, but it is way beyond me.
>>> Waaay beyond me. Where would I start?
>>>
>> Personal i think you can use a free tool instead of writing it by
>> yourself.
>>
>> http://www.wndtabs.com/download/Download/LineCounter/LineCounter2.21/
>>
>> I know that was not the question :)
>>
>> Regards
>>
>> Albert
>>
Nah, I think the inanity of the marketing manager's ideas are measured in
lines of code.
Hehe. That made the following pop into my head: Imagine if you could work on a team where activities were consistently broken down into use cases of a consistent granularty. If so, I'd be inclined to measure productivity as
use cases satisfied / lines of code (or net cyclomatic complexity change or whatever)
:)