Jump to content

Functional oriented metrics for software products ranging

- - - - -

  • Please log in to reply
1 reply to this topic

#1
Natanjka

Natanjka

    Newbie

  • Members
  • Pip
  • 1 posts
Hello everybody!

I have a problem. I need to evaluate the size of software product. I know, that there are LOC-oriented metrics (Lines Of Code) and functional oriented (FP - Functional Points) metrics for this aim. There is a lot of theoreical materials for this topic, but it seems very difficult to use this theory in practice. It's interesting to know, did some one use this method? I will be grateful if you help me with your experience..

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
  • Location:Upstate, South Carolina
  • Programming Language:C, C++, PL/SQL, Delphi/Object Pascal, Pascal, Transact-SQL, Others
  • Learning:Java, C#, PHP, JavaScript, Lisp, Fortran, Haskell, Others
The problem with LOC (or SLOC), is that it can be very language dependent. You might as well indicate how many bytes the source code is.

Function points can also be a problem, just because you may have a variety of different ways of breaking down your code. Do you use 10 functions with 50 SLOC each, or one function with 500 SLOC?

Here's a better question, why are you trying to measure the size of your product? What are you really trying to discover?
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users