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. How do you estimate time

How do you estimate time

Scheduled Pinned Locked Moved The Lounge
comquestion
56 Posts 27 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.
  • L Lost User

    Isn't it a slandered timing for writing code

    My Name in English[^] Translation done By OriginalGriff

    OriginalGriffO Offline
    OriginalGriffO Offline
    OriginalGriff
    wrote on last edited by
    #11

    Nope - stealing my numbers is plagiarism, not slander!

    "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
    "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

    L 1 Reply Last reply
    0
    • OriginalGriffO OriginalGriff

      Nope - stealing my numbers is plagiarism, not slander!

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #12

      You are joking right

      My Name in English[^] Translation done By OriginalGriff

      OriginalGriffO 1 Reply Last reply
      0
      • L Lost User

        How do you estimate time fir writing code? If your manager ask you to give him a time for something to be done?

        My Name in English[^] Translation done By OriginalGriff

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #13

        A slightly serious answer. Split it down into easily manageable task. Estimate each task. If the estimate is less than 1/2 day, round up to 1/2 day IF the estimate is greater than 2 days, split it into smaller tasks. Add the total. Multiply by 2 if I am doing it, or three if someone else (not because I am better but because there needs to be additional time for them to interpret, and for contingency if I missed anything) Round up to the nearest week or day depending how big it is. Add a couple of days for contingency. Present the estimate. Be prepared to negotiate. Note my time as I develop against each of the tasks - so next time I will be able to estimate better.

        MVVM # - I did it My Way ___________________________________________ Man, you're a god. - walterhevedeich 26/05/2011 .\\axxx (That's an 'M')

        S 1 Reply Last reply
        0
        • L Lost User

          You are joking right

          My Name in English[^] Translation done By OriginalGriff

          OriginalGriffO Offline
          OriginalGriffO Offline
          OriginalGriff
          wrote on last edited by
          #14

          My lawyers will explain it all to you when they arrive. Shouldn't be long now...

          "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
          "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

          L 1 Reply Last reply
          0
          • OriginalGriffO OriginalGriff

            My lawyers will explain it all to you when they arrive. Shouldn't be long now...

            L Offline
            L Offline
            Lost User
            wrote on last edited by
            #15

            I'm out of here bye. Will deactivate my account :~

            My Name in English[^] Translation done By OriginalGriff

            OriginalGriffO T R 3 Replies Last reply
            0
            • L Lost User

              I'm out of here bye. Will deactivate my account :~

              My Name in English[^] Translation done By OriginalGriff

              OriginalGriffO Offline
              OriginalGriffO Offline
              OriginalGriff
              wrote on last edited by
              #16

              You fed up with the Muslim Brotherhood already? :laugh:

              "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
              "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

              1 Reply Last reply
              0
              • L Lost User

                How do you estimate time fir writing code? If your manager ask you to give him a time for something to be done?

                My Name in English[^] Translation done By OriginalGriff

                L Offline
                L Offline
                Lost User
                wrote on last edited by
                #17

                Evidence Based Scheduling[^] :)

                Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^]

                M C J 3 Replies Last reply
                0
                • L Lost User

                  How do you estimate time fir writing code? If your manager ask you to give him a time for something to be done?

                  My Name in English[^] Translation done By OriginalGriff

                  A Offline
                  A Offline
                  Amarnath S
                  wrote on last edited by
                  #18

                  Do a Work Breakdown Structure[^]. Estimate each item individually, and total them up. Add a buffer (10 or 20 percent, depending on experience). In an agile project, you can follow Planning Poker[^].

                  1 Reply Last reply
                  0
                  • L Lost User

                    How do you estimate time fir writing code? If your manager ask you to give him a time for something to be done?

                    My Name in English[^] Translation done By OriginalGriff

                    M Offline
                    M Offline
                    Marc Clifton
                    wrote on last edited by
                    #19

                    محمد م. محمد wrote:

                    How do you estimate time fir writing code?

                    There's the fundamental flaw. A time estimate needs to include more than just "writing code". Documentation, debugging, unit testing, feature testing, QA testing, rewriting... So, break your requirements down into smaller chunks, recurse (and I do mean, re-Curse) until you feel like you can confidently make an estimation and if you can't, refine the requirements further. Then for every 10 hours of code writing, factor in: 1 hour for documentation 1 hour for debugging 3 hours for testing (unit, feature, QA) 2 hours for rewrite based on requirement changes and problems resulting from testing and having to update the tests and docs. For every 500 hours of coding estimates, multiply the above additional factors by 2 to compensate for increasing complexity. Marc

                    Day 1: Spider Database Navigator Unit Testing Succinctly

                    1 Reply Last reply
                    0
                    • L Lost User

                      Evidence Based Scheduling[^] :)

                      Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^]

                      M Offline
                      M Offline
                      Marc Clifton
                      wrote on last edited by
                      #20

                      Eddy Vluggen wrote:

                      Evidence Based Scheduling[^]

                      That's a great article. Thanks for sharing! Marc

                      Day 1: Spider Database Navigator Unit Testing Succinctly

                      1 Reply Last reply
                      0
                      • L Lost User

                        How do you estimate time fir writing code? If your manager ask you to give him a time for something to be done?

                        My Name in English[^] Translation done By OriginalGriff

                        P Offline
                        P Offline
                        PIEBALDconsult
                        wrote on last edited by
                        #21

                        I try not to give an estimate, but when pushed I say they should add six months to my estimate. This is based on experience, twice on a former job I gave an estimate: In the first case, it turned out that a few systems we had been using turned out not to be Y2K-compliant so we had to get new systems, I had to learn to use them, and alter our code to use them. In the second case, I thought that I could just drop some code into a new client's codebase (just as I always had), only to find that they were not using OpenVMS and Oracle PRO*C, but had instead opted for Windows NT and SQL Server (with ODBC X| ).

                        1 Reply Last reply
                        0
                        • L Lost User

                          How do you estimate time fir writing code? If your manager ask you to give him a time for something to be done?

                          My Name in English[^] Translation done By OriginalGriff

                          M Offline
                          M Offline
                          Matt U
                          wrote on last edited by
                          #22

                          I'm actually glad you asked this question. This will help me as well. I've never been able to honestly estimate time. When I started working for the client I'm with at the moment, they repeatedly ask about how long I think some things may take, and I never really have an answer.

                          djj55: Nice but may have a permission problem Pete O'Hanlon: He has my permission to run it.

                          1 Reply Last reply
                          0
                          • L Lost User

                            I'm out of here bye. Will deactivate my account :~

                            My Name in English[^] Translation done By OriginalGriff

                            T Offline
                            T Offline
                            Thomas Daniels
                            wrote on last edited by
                            #23

                            Please ask the admins to re-activate your account; OriginalGriff was just joking, as he said here[^]

                            The quick red ProgramFOX jumps right over the Lazy<Dog>. My latest article: Create an HTML5 (and JavaScript) Maze Game with a timer My group: C# Programmers Group

                            1 Reply Last reply
                            0
                            • L Lost User

                              How do you estimate time fir writing code? If your manager ask you to give him a time for something to be done?

                              My Name in English[^] Translation done By OriginalGriff

                              L Offline
                              L Offline
                              Lost User
                              wrote on last edited by
                              #24

                              Tell him you do agile development now and the first iteration is 2 weeks.

                              1 Reply Last reply
                              0
                              • L Lost User

                                I'm out of here bye. Will deactivate my account :~

                                My Name in English[^] Translation done By OriginalGriff

                                R Offline
                                R Offline
                                RTek23
                                wrote on last edited by
                                #25

                                محمد م. محمد wrote:

                                I'm out of here bye.

                                O.G. :laugh: :laugh: :laugh: :laugh: Unfortunately, the lad must live in a rather oppressive part of the world...either that or does not understand Welsh humour (not that anyone really does, but I digress :-D ) Ken

                                1 Reply Last reply
                                0
                                • L Lost User

                                  Think of a number, add 2 and multiply by 3.

                                  Veni, vidi, abiit domum

                                  C Offline
                                  C Offline
                                  Clodetta del Mar
                                  wrote on last edited by
                                  #26

                                  i thougt 50. using your formula i calculated 156... now i´m thinking about the measure... is it minutes, hours or what? :^) finally, i chose "days"... quite relaxing for me, but not for the Manager... :-\

                                  L S 2 Replies Last reply
                                  0
                                  • L Lost User

                                    Evidence Based Scheduling[^] :)

                                    Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^]

                                    C Offline
                                    C Offline
                                    Clodetta del Mar
                                    wrote on last edited by
                                    #27

                                    +5 :thumbsup: great article.... whenever i was asked how long does x take i felt like i´m having my back on the wall... :| X| :~

                                    1 Reply Last reply
                                    0
                                    • C Clodetta del Mar

                                      i thougt 50. using your formula i calculated 156... now i´m thinking about the measure... is it minutes, hours or what? :^) finally, i chose "days"... quite relaxing for me, but not for the Manager... :-\

                                      L Offline
                                      L Offline
                                      Lost User
                                      wrote on last edited by
                                      #28

                                      Clodetta del Mar wrote:

                                      is it minutes, hours or what?

                                      Yes, of course. ;)

                                      Veni, vidi, abiit domum

                                      1 Reply Last reply
                                      0
                                      • L Lost User

                                        A slightly serious answer. Split it down into easily manageable task. Estimate each task. If the estimate is less than 1/2 day, round up to 1/2 day IF the estimate is greater than 2 days, split it into smaller tasks. Add the total. Multiply by 2 if I am doing it, or three if someone else (not because I am better but because there needs to be additional time for them to interpret, and for contingency if I missed anything) Round up to the nearest week or day depending how big it is. Add a couple of days for contingency. Present the estimate. Be prepared to negotiate. Note my time as I develop against each of the tasks - so next time I will be able to estimate better.

                                        MVVM # - I did it My Way ___________________________________________ Man, you're a god. - walterhevedeich 26/05/2011 .\\axxx (That's an 'M')

                                        S Offline
                                        S Offline
                                        Simon ORiordan from UK
                                        wrote on last edited by
                                        #29

                                        When I was working for a machine tool company in Dorset, we were all trained in the Carnegie Mellon University 'PSP' scheme. PSP stands for Personal Software Process. During the course we wrote our own statistical analysis apps and applied them recursively to the work. The PSP yielded lots of very interesting stats about our individual performances, but in particular it revealed nuggets such as spending more time on detail design reduced bug fixing, particularly in testing phase. Testing bugs take (if I remember) 5 times longer to fix than Compile bugs. In addition to exposing and improving the way you work, PSP builds a database of your performance which is your property(between jobs too), and provides a statistically significant estimate of future performance of jobs. You can use this to provide management with a probably accurate estimate. If you're really serious about this, I'd recommend:cool: PSP.

                                        S 1 Reply Last reply
                                        0
                                        • L Lost User

                                          How do you estimate time fir writing code? If your manager ask you to give him a time for something to be done?

                                          My Name in English[^] Translation done By OriginalGriff

                                          R Offline
                                          R Offline
                                          R Erasmus
                                          wrote on last edited by
                                          #30

                                          The project manager is going to always divide by 2 so I always times by 2.

                                          "Program testing can be used to show the presence of bugs, but never to show their absence." << please vote!! >>

                                          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