Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. determine the value of code?

determine the value of code?

Scheduled Pinned Locked Moved The Lounge
question
10 Posts 6 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Roger Alsing 0
    wrote on last edited by
    #1

    Hi, Is there some official formula to determine the price/value of code? i mean , is it: 1) the amount of hours it took to develop it * aprox_price_for_a_consultant 2) the estimated profit from licenses for a period of 3-5 years 3) what it would cost to hire someone to do it i personally think it has to be something like (2) but what if it is code that is not supposed to be sold , say its code for some inhouse thing , does that code have a value? any ideas? //Roger

    P D S S 4 Replies Last reply
    0
    • R Roger Alsing 0

      Hi, Is there some official formula to determine the price/value of code? i mean , is it: 1) the amount of hours it took to develop it * aprox_price_for_a_consultant 2) the estimated profit from licenses for a period of 3-5 years 3) what it would cost to hire someone to do it i personally think it has to be something like (2) but what if it is code that is not supposed to be sold , say its code for some inhouse thing , does that code have a value? any ideas? //Roger

      P Offline
      P Offline
      ProffK
      wrote on last edited by
      #2

      In house code is developed to reduce cost/increase profit, so its value is most closely aligned with 2) above.

      1 Reply Last reply
      0
      • R Roger Alsing 0

        Hi, Is there some official formula to determine the price/value of code? i mean , is it: 1) the amount of hours it took to develop it * aprox_price_for_a_consultant 2) the estimated profit from licenses for a period of 3-5 years 3) what it would cost to hire someone to do it i personally think it has to be something like (2) but what if it is code that is not supposed to be sold , say its code for some inhouse thing , does that code have a value? any ideas? //Roger

        D Offline
        D Offline
        Daniel Turini
        wrote on last edited by
        #3

        That formula should be multiplied by a language constant to get the real value of the software. After all, everybody knows that the universal VB constant is 0. On a serious note, I don't know what do you mean by 'value of code'. If you are measuring assets of a company, most big companies here use the money spent to develop it as the value and depreciate it in 5 years. Trying to make bits uncopyable is like trying to make water not wet. -- Bruce Schneier By the way, dog_spawn isn't a nickname - it is my name with an underscore instead of a space. -- dog_spawn

        D 1 Reply Last reply
        0
        • R Roger Alsing 0

          Hi, Is there some official formula to determine the price/value of code? i mean , is it: 1) the amount of hours it took to develop it * aprox_price_for_a_consultant 2) the estimated profit from licenses for a period of 3-5 years 3) what it would cost to hire someone to do it i personally think it has to be something like (2) but what if it is code that is not supposed to be sold , say its code for some inhouse thing , does that code have a value? any ideas? //Roger

          S Offline
          S Offline
          Stefan Pedersen
          wrote on last edited by
          #4

          The real answer to this question is really "How much is anyone prepared to pay for it?" but if you really want to try to construct some kind of approximation: The value should be the cheapest alternative of the three with the following modifications: 1) hours * min_price_for_a_decent_consultant 2) est. profit from licenses for the expected lifetime of the code And you need to add atleast another factor: What are the competition doing and how much does their soultion cost? And if the paths that I have followed/have tread against the flow/there is no need for sorrow I am coming home Return, Crüxshadows

          1 Reply Last reply
          0
          • R Roger Alsing 0

            Hi, Is there some official formula to determine the price/value of code? i mean , is it: 1) the amount of hours it took to develop it * aprox_price_for_a_consultant 2) the estimated profit from licenses for a period of 3-5 years 3) what it would cost to hire someone to do it i personally think it has to be something like (2) but what if it is code that is not supposed to be sold , say its code for some inhouse thing , does that code have a value? any ideas? //Roger

            S Offline
            S Offline
            Stephane Rodriguez
            wrote on last edited by
            #5

            If the code is unique in solving a known problem, or creates a new niche market then it's worth it, and finding the value is pretty complex. Otherwise, if the code doesn't add anything new to the game, its value is exactly 0$.


            RSS feed

            D 1 Reply Last reply
            0
            • D Daniel Turini

              That formula should be multiplied by a language constant to get the real value of the software. After all, everybody knows that the universal VB constant is 0. On a serious note, I don't know what do you mean by 'value of code'. If you are measuring assets of a company, most big companies here use the money spent to develop it as the value and depreciate it in 5 years. Trying to make bits uncopyable is like trying to make water not wet. -- Bruce Schneier By the way, dog_spawn isn't a nickname - it is my name with an underscore instead of a space. -- dog_spawn

              D Offline
              D Offline
              dog_spawn
              wrote on last edited by
              #6

              Daniel Turini wrote: After all, everybody knows that the universal VB constant is 0 The funny thing is you could easily convince any boss to use that metric (as they don't know too much about maths in my experience).

              1 Reply Last reply
              0
              • S Stephane Rodriguez

                If the code is unique in solving a known problem, or creates a new niche market then it's worth it, and finding the value is pretty complex. Otherwise, if the code doesn't add anything new to the game, its value is exactly 0$.


                RSS feed

                D Offline
                D Offline
                dog_spawn
                wrote on last edited by
                #7

                IMO if someone asks you "what is the value of code" it is a trick question. Only someone of *ahem* limited intellect would actually come up with a formula. Obviously code only has value if it achieves some objective. In other words, does it do the job? Basically, if you are asked that in an interview, for example, don't start going on about lines of code multiplied by whatever, because they will think you are an idiot. Harsh, but true. As for the market value of a project, well, what are the competitors charging?

                S R 2 Replies Last reply
                0
                • D dog_spawn

                  IMO if someone asks you "what is the value of code" it is a trick question. Only someone of *ahem* limited intellect would actually come up with a formula. Obviously code only has value if it achieves some objective. In other words, does it do the job? Basically, if you are asked that in an interview, for example, don't start going on about lines of code multiplied by whatever, because they will think you are an idiot. Harsh, but true. As for the market value of a project, well, what are the competitors charging?

                  S Offline
                  S Offline
                  Stephane Rodriguez
                  wrote on last edited by
                  #8

                  dog_spawn wrote: As for the market value of a project, well, what are the competitors charging? At this point it's also a matter of volume, especially if you get to arrange a bundling agreement.


                  RSS feed

                  R 1 Reply Last reply
                  0
                  • D dog_spawn

                    IMO if someone asks you "what is the value of code" it is a trick question. Only someone of *ahem* limited intellect would actually come up with a formula. Obviously code only has value if it achieves some objective. In other words, does it do the job? Basically, if you are asked that in an interview, for example, don't start going on about lines of code multiplied by whatever, because they will think you are an idiot. Harsh, but true. As for the market value of a project, well, what are the competitors charging?

                    R Offline
                    R Offline
                    Roger Alsing 0
                    wrote on last edited by
                    #9

                    the reason why i asked this is that here in sweden you need some $15 000 to start a company with shares (i have no idea how to translate that:P) its not a cost , you only need to prove that your company contains a total value of that when you start it , and it doesnt need to be in pure cash , it may be in office furniture, computers etc etc.. so my idea was to see if its possible to use source code for this.. and since our products have brought more than that in license profit in a year, i was guessing that the code for those products must have some kind of value?? //Roger

                    1 Reply Last reply
                    0
                    • S Stephane Rodriguez

                      dog_spawn wrote: As for the market value of a project, well, what are the competitors charging? At this point it's also a matter of volume, especially if you get to arrange a bundling agreement.


                      RSS feed

                      R Offline
                      R Offline
                      Roger Alsing 0
                      wrote on last edited by
                      #10

                      oke , i didnt specify , but what i was looking for is the value of the "rights" of the source code , not how to set a price for the licenses or whatever. //Roger

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups