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. PM questions

PM questions

Scheduled Pinned Locked Moved The Lounge
9 Posts 7 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.
  • V Offline
    V Offline
    V 0
    wrote on last edited by
    #1

    All, In PM you have certain techniques and methods that can determine 1. The man-days necessary for a project. 2. Determine the cost/day for the project. (based on system complexity, junior/senior level, ...) What are good techniques to use? I would like to google those and see what info I can get. Many thanks.

    V.
    Stop smoking so you can: Enjoy longer the money you save. Moviereview Archive

    B M T R S 5 Replies Last reply
    0
    • V V 0

      All, In PM you have certain techniques and methods that can determine 1. The man-days necessary for a project. 2. Determine the cost/day for the project. (based on system complexity, junior/senior level, ...) What are good techniques to use? I would like to google those and see what info I can get. Many thanks.

      V.
      Stop smoking so you can: Enjoy longer the money you save. Moviereview Archive

      B Offline
      B Offline
      Baconbutty
      wrote on last edited by
      #2

      Off you go to google then. there will be a wealth of disinformation out there :) Allocate a person about 75% of their time, so they have a bit of leeway to deal with all the other crp that comes their way. Give a realistic timescale for your initial guess, don't fit it into what you think the management want. That will only bit you in the rear BIG TIME when they decide to cut the time even more.

      Joined Folding@Home 12 March 2009. Laptop probably not up to it but it's chugging away.

      1 Reply Last reply
      0
      • V V 0

        All, In PM you have certain techniques and methods that can determine 1. The man-days necessary for a project. 2. Determine the cost/day for the project. (based on system complexity, junior/senior level, ...) What are good techniques to use? I would like to google those and see what info I can get. Many thanks.

        V.
        Stop smoking so you can: Enjoy longer the money you save. Moviereview Archive

        M Offline
        M Offline
        Michael Bookatz
        wrote on last edited by
        #3

        I find guesstimates work works amazing for this type of thing.... Just think of a number and times by 3!

        V C 2 Replies Last reply
        0
        • M Michael Bookatz

          I find guesstimates work works amazing for this type of thing.... Just think of a number and times by 3!

          V Offline
          V Offline
          V 0
          wrote on last edited by
          #4

          hopingToCode wrote:

          Just think of a number and times by 3

          Actually we're going up to 400% right now. It's the initial figure that's difficult :-).

          V.
          Stop smoking so you can: Enjoy longer the money you save. Moviereview Archive

          B 1 Reply Last reply
          0
          • V V 0

            hopingToCode wrote:

            Just think of a number and times by 3

            Actually we're going up to 400% right now. It's the initial figure that's difficult :-).

            V.
            Stop smoking so you can: Enjoy longer the money you save. Moviereview Archive

            B Offline
            B Offline
            Baconbutty
            wrote on last edited by
            #5

            I always work in units of 2 weeks for a simple data extraction/display program and initial testing.

            Joined Folding@Home 12 March 2009. Laptop probably not up to it but it's chugging away.

            1 Reply Last reply
            0
            • V V 0

              All, In PM you have certain techniques and methods that can determine 1. The man-days necessary for a project. 2. Determine the cost/day for the project. (based on system complexity, junior/senior level, ...) What are good techniques to use? I would like to google those and see what info I can get. Many thanks.

              V.
              Stop smoking so you can: Enjoy longer the money you save. Moviereview Archive

              T Offline
              T Offline
              taralsoni
              wrote on last edited by
              #6

              Dear V, There are couple of techniques which are widely accepted by the industry. One of them is FPA - Function Point Analysis. I personally prefer it because of the accurate estimates. It requires little effort from PM side. If you dont want to put so much of efforts you can go for "Lines of Code". Based on your experience estimate the lines of code for the current project and calculate the resources. Although it does not consider the complexity of the functionality and profociency of resource working on it. Where FPA considers complexity as well as proficiency. That is why it provides accurate results. Thanks Taral Soni

              Regards ------------------------------ Symbiosis Center for Information Technology, Pune, India "Life is not fare..... better start living with it"

              1 Reply Last reply
              0
              • V V 0

                All, In PM you have certain techniques and methods that can determine 1. The man-days necessary for a project. 2. Determine the cost/day for the project. (based on system complexity, junior/senior level, ...) What are good techniques to use? I would like to google those and see what info I can get. Many thanks.

                V.
                Stop smoking so you can: Enjoy longer the money you save. Moviereview Archive

                R Offline
                R Offline
                Rage
                wrote on last edited by
                #7

                Go see on the fogcreek homepage how Spolsky handle that in Fogbugz.

                1 Reply Last reply
                0
                • V V 0

                  All, In PM you have certain techniques and methods that can determine 1. The man-days necessary for a project. 2. Determine the cost/day for the project. (based on system complexity, junior/senior level, ...) What are good techniques to use? I would like to google those and see what info I can get. Many thanks.

                  V.
                  Stop smoking so you can: Enjoy longer the money you save. Moviereview Archive

                  S Offline
                  S Offline
                  Stuart Dootson
                  wrote on last edited by
                  #8

                  Add COCOMO[^] to the list of techniques you can use. It's very configurable, so you can make sure you get the answer you need :-) Or you can take it seriously and get a good answer! Yes, we use it in the organisation I work for

                  Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

                  1 Reply Last reply
                  0
                  • M Michael Bookatz

                    I find guesstimates work works amazing for this type of thing.... Just think of a number and times by 3!

                    C Offline
                    C Offline
                    cpkilekofp
                    wrote on last edited by
                    #9

                    hopingToCode wrote:

                    I find guesstimates work works amazing for this type of thing.... Just think of a number and times by 3!

                    Similar to "Scotty" time, which is double it, then double it again :laugh:

                    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