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. Other Discussions
  3. The Weird and The Wonderful
  4. The joys of outsourcing

The joys of outsourcing

Scheduled Pinned Locked Moved The Weird and The Wonderful
pythoncomtutorialquestionlearning
12 Posts 8 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.
  • M Offline
    M Offline
    Marc Clifton
    wrote on last edited by
    #1

    Disclaimer: maybe your outsourcing experience is better, but I've never personally seen it. It also speaks volumes of the lack of code reviews by a major company before this stuff went into product. Is the expression "well, it works" sufficient justification? For example (reduced to the essential):

    public string getRecordToBeProceed()
    {
    if previuosXML()
    {
    RecordToBeProceed = "1";
    }
    }

    Typos and outright errors: "RecordToBeProceed" should be "RecordToBeProcessed"

    if (getRecordToBeProceed()) ...

    And you just gotta love (or not) the string "0" and "1" used to represent a boolean. :^) Marc

    V.A.P.O.R.ware - Visual Assisted Programming / Organizational Representation Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802

    L Z D Sander RosselS B 5 Replies Last reply
    0
    • M Marc Clifton

      Disclaimer: maybe your outsourcing experience is better, but I've never personally seen it. It also speaks volumes of the lack of code reviews by a major company before this stuff went into product. Is the expression "well, it works" sufficient justification? For example (reduced to the essential):

      public string getRecordToBeProceed()
      {
      if previuosXML()
      {
      RecordToBeProceed = "1";
      }
      }

      Typos and outright errors: "RecordToBeProceed" should be "RecordToBeProcessed"

      if (getRecordToBeProceed()) ...

      And you just gotta love (or not) the string "0" and "1" used to represent a boolean. :^) Marc

      V.A.P.O.R.ware - Visual Assisted Programming / Organizational Representation Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802

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

      On the bright side, they're (mostly) English words :laugh:

      Ah, I see you have the machine that goes ping. This is my favorite. You see we lease it back from the company we sold it to and that way it comes under the monthly current budget and not the capital account.

      R 1 Reply Last reply
      0
      • L Lost User

        On the bright side, they're (mostly) English words :laugh:

        Ah, I see you have the machine that goes ping. This is my favorite. You see we lease it back from the company we sold it to and that way it comes under the monthly current budget and not the capital account.

        R Offline
        R Offline
        Ron Anders
        wrote on last edited by
        #3

        We have lost our way.

        L 1 Reply Last reply
        0
        • R Ron Anders

          We have lost our way.

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

          We dream of code that good in our team :laugh:

          Ah, I see you have the machine that goes ping. This is my favorite. You see we lease it back from the company we sold it to and that way it comes under the monthly current budget and not the capital account.

          1 Reply Last reply
          0
          • M Marc Clifton

            Disclaimer: maybe your outsourcing experience is better, but I've never personally seen it. It also speaks volumes of the lack of code reviews by a major company before this stuff went into product. Is the expression "well, it works" sufficient justification? For example (reduced to the essential):

            public string getRecordToBeProceed()
            {
            if previuosXML()
            {
            RecordToBeProceed = "1";
            }
            }

            Typos and outright errors: "RecordToBeProceed" should be "RecordToBeProcessed"

            if (getRecordToBeProceed()) ...

            And you just gotta love (or not) the string "0" and "1" used to represent a boolean. :^) Marc

            V.A.P.O.R.ware - Visual Assisted Programming / Organizational Representation Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802

            Z Offline
            Z Offline
            Z C M
            wrote on last edited by
            #5

            Quote:

            Is the expression "well, it works" sufficient justification?

            A friend and co-worker of mine refers to this type of thinking as, "passive mediocrity".

            "...JavaScript could teach Dyson how to suck." -- Nagy Vilmos

            M 1 Reply Last reply
            0
            • M Marc Clifton

              Disclaimer: maybe your outsourcing experience is better, but I've never personally seen it. It also speaks volumes of the lack of code reviews by a major company before this stuff went into product. Is the expression "well, it works" sufficient justification? For example (reduced to the essential):

              public string getRecordToBeProceed()
              {
              if previuosXML()
              {
              RecordToBeProceed = "1";
              }
              }

              Typos and outright errors: "RecordToBeProceed" should be "RecordToBeProcessed"

              if (getRecordToBeProceed()) ...

              And you just gotta love (or not) the string "0" and "1" used to represent a boolean. :^) Marc

              V.A.P.O.R.ware - Visual Assisted Programming / Organizational Representation Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802

              D Offline
              D Offline
              Dave Kreskowiak
              wrote on last edited by
              #6

              Ouch. My eyes are bleeding and begging for mercy after looking at that "code".

              A guide to posting questions on CodeProject

              Click this: Asking questions is a skill. Seriously, do it.
              Dave Kreskowiak

              1 Reply Last reply
              0
              • M Marc Clifton

                Disclaimer: maybe your outsourcing experience is better, but I've never personally seen it. It also speaks volumes of the lack of code reviews by a major company before this stuff went into product. Is the expression "well, it works" sufficient justification? For example (reduced to the essential):

                public string getRecordToBeProceed()
                {
                if previuosXML()
                {
                RecordToBeProceed = "1";
                }
                }

                Typos and outright errors: "RecordToBeProceed" should be "RecordToBeProcessed"

                if (getRecordToBeProceed()) ...

                And you just gotta love (or not) the string "0" and "1" used to represent a boolean. :^) Marc

                V.A.P.O.R.ware - Visual Assisted Programming / Organizational Representation Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802

                Sander RosselS Offline
                Sander RosselS Offline
                Sander Rossel
                wrote on last edited by
                #7

                Marc Clifton wrote:

                I've never personally seen it

                Yes you have! :|

                Best, Sander arrgh.js - Bringing LINQ to JavaScript SQL Server for C# Developers Succinctly Object-Oriented Programming in C# Succinctly

                M 1 Reply Last reply
                0
                • Sander RosselS Sander Rossel

                  Marc Clifton wrote:

                  I've never personally seen it

                  Yes you have! :|

                  Best, Sander arrgh.js - Bringing LINQ to JavaScript SQL Server for C# Developers Succinctly Object-Oriented Programming in C# Succinctly

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

                  Sander Rossel wrote:

                  Yes you have!

                  Ha! Nothing personal, and I was trying to be politically, if not correct, at least sensitive, to how I really wanted to title the post "The joys of outsourcing to India", which is where this code comes from. I think I assumed people would assume I was talking about India. ;) Marc

                  V.A.P.O.R.ware - Visual Assisted Programming / Organizational Representation Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802

                  Sander RosselS 1 Reply Last reply
                  0
                  • M Marc Clifton

                    Sander Rossel wrote:

                    Yes you have!

                    Ha! Nothing personal, and I was trying to be politically, if not correct, at least sensitive, to how I really wanted to title the post "The joys of outsourcing to India", which is where this code comes from. I think I assumed people would assume I was talking about India. ;) Marc

                    V.A.P.O.R.ware - Visual Assisted Programming / Organizational Representation Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802

                    Sander RosselS Offline
                    Sander RosselS Offline
                    Sander Rossel
                    wrote on last edited by
                    #9

                    If you thought India was bad try Romania! I still get mad thinking about it :mad: Actually, I still have a t-shirt with the face of their lead dev and the words he said to me in an email (after I completely burned the garbage they delivered to the ground) "You prefer to wait and hit after, thanks we'll remember!" (seriously, no joke) :laugh: I got that t-shirt when I left that company (and the outsourcing was one of the reasons I left) :)

                    Best, Sander arrgh.js - Bringing LINQ to JavaScript SQL Server for C# Developers Succinctly Object-Oriented Programming in C# Succinctly

                    M 1 Reply Last reply
                    0
                    • Sander RosselS Sander Rossel

                      If you thought India was bad try Romania! I still get mad thinking about it :mad: Actually, I still have a t-shirt with the face of their lead dev and the words he said to me in an email (after I completely burned the garbage they delivered to the ground) "You prefer to wait and hit after, thanks we'll remember!" (seriously, no joke) :laugh: I got that t-shirt when I left that company (and the outsourcing was one of the reasons I left) :)

                      Best, Sander arrgh.js - Bringing LINQ to JavaScript SQL Server for C# Developers Succinctly Object-Oriented Programming in C# Succinctly

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

                      Sander Rossel wrote:

                      You prefer to wait and hit after

                      :laugh: That's a good one. Marc

                      V.A.P.O.R.ware - Visual Assisted Programming / Organizational Representation Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802

                      1 Reply Last reply
                      0
                      • M Marc Clifton

                        Disclaimer: maybe your outsourcing experience is better, but I've never personally seen it. It also speaks volumes of the lack of code reviews by a major company before this stuff went into product. Is the expression "well, it works" sufficient justification? For example (reduced to the essential):

                        public string getRecordToBeProceed()
                        {
                        if previuosXML()
                        {
                        RecordToBeProceed = "1";
                        }
                        }

                        Typos and outright errors: "RecordToBeProceed" should be "RecordToBeProcessed"

                        if (getRecordToBeProceed()) ...

                        And you just gotta love (or not) the string "0" and "1" used to represent a boolean. :^) Marc

                        V.A.P.O.R.ware - Visual Assisted Programming / Organizational Representation Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802

                        B Offline
                        B Offline
                        Bernhard Hiller
                        wrote on last edited by
                        #11

                        I don't need outsourcing for that... :) :~ X|

                        1 Reply Last reply
                        0
                        • Z Z C M

                          Quote:

                          Is the expression "well, it works" sufficient justification?

                          A friend and co-worker of mine refers to this type of thinking as, "passive mediocrity".

                          "...JavaScript could teach Dyson how to suck." -- Nagy Vilmos

                          M Offline
                          M Offline
                          Mark_Wallace
                          wrote on last edited by
                          #12

                          Z.C.M. wrote:

                          A friend and co-worker of mine refers to this type of thinking as, "passive mediocrity".

                          I shall shamelessly steal that.

                          I wanna be a eunuchs developer! Pass me a bread knife!

                          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