• 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!

It’s my own fault!!!!

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    It’s my own fault!!!!

    I must be more careful what I wish for:


    Captain to Cabin boy: Can you sort out program xxxx.exe to that it doesn’t crash and hold up the month end like last time.

    Cabin Boy to Captain: Yo Mon. I’ve done it. It wont crash now.


    Captain inspects work:

    Code:
       static int Main(string[] args)
            {
    
                try
                {
    		    …….
                }
                catch
                {
                    return 0;
                }
            }
    I am going to kill him.

    Blair, you cannot reach me now,
    No matter how you try,
    Goodbye cruel Labour,
    Your end is nigh.

    International Talk Like a Pirate Day

    #2
    Good man. The empty catch will also catch non-CLS compliant exceptions where as

    PHP Code:
    catch(Exception
    will not.

    He deserves a pay rise.

    Comment


      #3
      My solution is faster:

      static int Main(string[] args)
      {
      return 0;
      }

      Comment


        #4
        He deserves to be fed to the fish.

        First night I am back. Down Rackham’s, the Wharf or wherever we go - at Tarpon feeding time I going to throw him in no matter how many tourists are around!
        Blair, you cannot reach me now,
        No matter how you try,
        Goodbye cruel Labour,
        Your end is nigh.

        International Talk Like a Pirate Day

        Comment


          #5
          programmers !

          Comment


            #6
            Originally posted by AtW
            My solution is faster:

            static int Main(string[] args)
            {
            return 0;
            }
            Good old IEFBR14, eh?

            Comment

            Working...
            X