• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

test please delete

Collapse
This is a sticky topic.
X
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    Hasn't this thread been deleted yet?

    Comment


      Originally posted by voodooflux View Post
      Right, early(ish) night called for I think - I have to test a particularly gnarly piece of code in the morning, and I'll need my wits about me.

      Sleep well folks
      TDD FTW!

      You probably know already, but Test Driven Development: first you write the tests, which all fail because you haven't written the code yet. However, given that the tests check everything the code should and shouldn't do, you then write the code. When all the tests pass, you've finished

      Then somebody finds a case where the code does something you hadn't anticipated. So you devise a test for this unanticipated circumstance, which of course fails because you haven't fixed the bug yet.

      Then you fix the bug. If all the tests now pass, win. If some other test now fails, your fix has introduced a regression, so you need to re-address the issue. (You do have a version control system that allows you to backtrack, don't you?)

      You may then find that the code has to be refactored to allow the fix to be implemented. So you refactor the code, then run the tests, and it all works except for the existing fail. Now you can implement the fix for the existing fail, and if all the tests now run successfully, then once again you're done.

      Apart from many other benefits, it's also a good way of avoiding the temptations of premature optimisation and feature creep

      It was for not being seen to have grasped these facts (which I grasped around 1999) that I got knocked back for that contract last week

      Still, TDD FTW!

      Comment


        Originally posted by BrowneIssue View Post
        Toothache. Again. Dammit.
        <- manly

        Comment


          Originally posted by TykeMerc View Post
          Hasn't this thread been deleted yet?
          We were waiting for you.

          Now you're here, we can finally get rid of it

          Comment


            Originally posted by BrowneIssue View Post
            Hey ho. Only 22,239 posts over 86 days to catch up on.
            Are we there yet?

            Comment


              Originally posted by voodooflux View Post
              DS1 had a glowing report from his teacher tonight. She reckons she's never seen a report card as good as his - I'm so proud of the little fella
              Great stuff

              Morning everyone
              Bazza gets caught
              Socrates - "The only true wisdom is in knowing you know nothing."

              CUK University Challenge Champions 2010

              Comment


                Originally posted by TykeMerc View Post
                Hasn't this thread been deleted yet?
                yes

                HTH

                Comment


                  Originally posted by cailin maith View Post
                  Great stuff

                  Morning everyone


                  How are you?

                  Comment


                    Originally posted by BrilloPad View Post


                    How are you?
                    Morning BP

                    Grand, thanks!!
                    Bazza gets caught
                    Socrates - "The only true wisdom is in knowing you know nothing."

                    CUK University Challenge Champions 2010

                    Comment


                      It's very quiet in here this morning!!

                      You are late too BP... everything ok?
                      Bazza gets caught
                      Socrates - "The only true wisdom is in knowing you know nothing."

                      CUK University Challenge Champions 2010

                      Comment

                      Working...
                      X