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. Types of Developers

Types of Developers

Scheduled Pinned Locked Moved The Lounge
com
43 Posts 20 Posters 1 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 Mark_Wallace

    Not: typo(devoloper)?

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

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

    It might be adequate, but compilers usually have no humor.

    A while ago he asked me what he should have printed on my business cards. I said 'Wizard'. I read books which nobody else understand. Then I do something which nobody understands. After that the computer does something which nobody understands. When asked, I say things about the results which nobody understand. But everybody expects miracles from me on a regular basis. Looks to me like the classical definition of a wizard.

    G 1 Reply Last reply
    0
    • R raghu g

      7 Personality Types of Developers Today

      C Offline
      C Offline
      Caslen
      wrote on last edited by
      #24

      I guess I'm 50% type 1 and 50% type 2, the most annoying and usually the most punchable are the type 4s

      1 Reply Last reply
      0
      • R raghu g

        7 Personality Types of Developers Today

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

        Well, I thought I was 2 (str.replace("man", "woman")) but then I saw 7. It made me laugh the most partly out of discomfort. :-O So I'd say I'm 60%-2 and 40%-7.

        It’s not because things are difficult that we do not dare, it’s because we do not dare that things are difficult. ~Seneca

        1 Reply Last reply
        0
        • P PIEBALDconsult

          We all know that there are actually ten types of programmers/[^]. P.S. Other than the ridiculous part about recursion, I find that I'm primarily the Know-it-all or Theoretician.

          A Offline
          A Offline
          Amar Chaudhary
          wrote on last edited by
          #26

          At least my type is in this list : #8: The Paratrooper

          My Startup!!!!
          Profile@Elance - feedback available too

          1 Reply Last reply
          0
          • R raghu g

            7 Personality Types of Developers Today

            G Offline
            G Offline
            Gary Wheeler
            wrote on last edited by
            #27

            I'm #2, the "Experienced Old Man" :sigh:. "But I'm writing it in C#! I'm using WPF!" he screams as he's dragged off to the old programmer's home...

            Software Zen: delete this;

            1 Reply Last reply
            0
            • R R Giskard Reventlov

              Far more ordinary, I'm afraid; in fact I AM CONTRACTOR. The greatest compliment I got was when I was called 'an arrogant, aggressive and utterly mercenary bastard'. Course I think I'm really very nice... :)

              "If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair. nils illegitimus carborundum me, me, me

              G Offline
              G Offline
              Gary Wheeler
              wrote on last edited by
              #28

              When I'm doing contracting work, I prefer the following description: "I may be a whore, but at least I ain't cheap."

              Software Zen: delete this;

              1 Reply Last reply
              0
              • P PIEBALDconsult

                We all know that there are actually ten types of programmers/[^]. P.S. Other than the ridiculous part about recursion, I find that I'm primarily the Know-it-all or Theoretician.

                G Offline
                G Offline
                Gary Wheeler
                wrote on last edited by
                #29

                Interesting. A couple of entries in the '10 list' were quoted almost literally in the '7 list'.

                Software Zen: delete this;

                1 Reply Last reply
                0
                • L Lost User

                  It might be adequate, but compilers usually have no humor.

                  A while ago he asked me what he should have printed on my business cards. I said 'Wizard'. I read books which nobody else understand. Then I do something which nobody understands. After that the computer does something which nobody understands. When asked, I say things about the results which nobody understand. But everybody expects miracles from me on a regular basis. Looks to me like the classical definition of a wizard.

                  G Offline
                  G Offline
                  Gary Wheeler
                  wrote on last edited by
                  #30

                  You never used the Microsoft C 6.0 compiler then, with optimization turned on. Its idea of hysterically funny was to move references to variables declared volatile around willy-nilly if they appeared to be loop-invariant. I was not amused :suss:.

                  Software Zen: delete this;

                  L 1 Reply Last reply
                  0
                  • G Gary Wheeler

                    You never used the Microsoft C 6.0 compiler then, with optimization turned on. Its idea of hysterically funny was to move references to variables declared volatile around willy-nilly if they appeared to be loop-invariant. I was not amused :suss:.

                    Software Zen: delete this;

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

                    I used to work with Visual C++ very much, but it has more and more been replaced by C#. Your problem is the result of a mislead optimization. The code probably would have worked with optimizing turned off and doing it yourself where needed. At the moment I'm writing a little 3D engine and would have loved to do it in good old unsafe C++ once again. But the rest of the project is managed code, so I guess a C# graphics engine fits in better.

                    A while ago he asked me what he should have printed on my business cards. I said 'Wizard'. I read books which nobody else understand. Then I do something which nobody understands. After that the computer does something which nobody understands. When asked, I say things about the results which nobody understand. But everybody expects miracles from me on a regular basis. Looks to me like the classical definition of a wizard.

                    G 1 Reply Last reply
                    0
                    • L Lost User

                      I used to work with Visual C++ very much, but it has more and more been replaced by C#. Your problem is the result of a mislead optimization. The code probably would have worked with optimizing turned off and doing it yourself where needed. At the moment I'm writing a little 3D engine and would have loved to do it in good old unsafe C++ once again. But the rest of the project is managed code, so I guess a C# graphics engine fits in better.

                      A while ago he asked me what he should have printed on my business cards. I said 'Wizard'. I read books which nobody else understand. Then I do something which nobody understands. After that the computer does something which nobody understands. When asked, I say things about the results which nobody understand. But everybody expects miracles from me on a regular basis. Looks to me like the classical definition of a wizard.

                      G Offline
                      G Offline
                      Gary Wheeler
                      wrote on last edited by
                      #32

                      CDP1802 wrote:

                      The code probably would have worked with optimizing turned off and doing it yourself where needed.

                      That was the solution. The not-so-amusing part was detecting the problem, which started out with anomalous retries in serial communications and ended with several days of pouring over machine language listings of the code.

                      Software Zen: delete this;

                      L 1 Reply Last reply
                      0
                      • G Gary Wheeler

                        CDP1802 wrote:

                        The code probably would have worked with optimizing turned off and doing it yourself where needed.

                        That was the solution. The not-so-amusing part was detecting the problem, which started out with anomalous retries in serial communications and ended with several days of pouring over machine language listings of the code.

                        Software Zen: delete this;

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

                        Actually that's why I stll love to program on my very first computer. Just type in machine code with the hex keypad. No compiler, no operating system and no framework to interfere. But it seems to be a lost art.

                        A while ago he asked me what he should have printed on my business cards. I said 'Wizard'. I read books which nobody else understand. Then I do something which nobody understands. After that the computer does something which nobody understands. When asked, I say things about the results which nobody understand. But everybody expects miracles from me on a regular basis. Looks to me like the classical definition of a wizard.

                        G 1 Reply Last reply
                        0
                        • L Lost User

                          Actually that's why I stll love to program on my very first computer. Just type in machine code with the hex keypad. No compiler, no operating system and no framework to interfere. But it seems to be a lost art.

                          A while ago he asked me what he should have printed on my business cards. I said 'Wizard'. I read books which nobody else understand. Then I do something which nobody understands. After that the computer does something which nobody understands. When asked, I say things about the results which nobody understand. But everybody expects miracles from me on a regular basis. Looks to me like the classical definition of a wizard.

                          G Offline
                          G Offline
                          Gary Wheeler
                          wrote on last edited by
                          #34

                          CDP1802 wrote:

                          it seems to be a lost art

                          Look for projects in process control or data acquisition using microcontrollers. It's amazing how much fun you can have with an 8-bit processor that has 1K of program space, 256 bytes of RAM, and an 8 byte stack.

                          Software Zen: delete this;

                          L 1 Reply Last reply
                          0
                          • G Gary Wheeler

                            CDP1802 wrote:

                            it seems to be a lost art

                            Look for projects in process control or data acquisition using microcontrollers. It's amazing how much fun you can have with an 8-bit processor that has 1K of program space, 256 bytes of RAM, and an 8 byte stack.

                            Software Zen: delete this;

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

                            I know, at least as a hobby I still have my first computer and it still works. Here is one like mine (without the case): Netronics Elf II

                            A while ago he asked me what he should have printed on my business cards. I said 'Wizard'. I read books which nobody else understand. Then I do something which nobody understands. After that the computer does something which nobody understands. When asked, I say things about the results which nobody understand. But everybody expects miracles from me on a regular basis. Looks to me like the classical definition of a wizard.

                            E 1 Reply Last reply
                            0
                            • R raghu g

                              7 Personality Types of Developers Today

                              B Offline
                              B Offline
                              BrainiacV
                              wrote on last edited by
                              #36

                              They left off “80% Rob” (named after a former co-(non)-worker). A variant of #6 – The Ambassador, 80% Rob will do 80% of the work, declare victory and move on. Always dresses like a manager, thinks of himself as one, and is usually considered to be on the fast track to success because of his corner cutting. Willing to throw others under the bus to cover his own deficiencies. Takes on jobs that will polish his resume so that he may bolt when the going gets tough.

                              Psychosis at 10 Film at 11

                              1 Reply Last reply
                              0
                              • P PIEBALDconsult

                                We all know that there are actually ten types of programmers/[^]. P.S. Other than the ridiculous part about recursion, I find that I'm primarily the Know-it-all or Theoretician.

                                B Offline
                                B Offline
                                Battlehammer
                                wrote on last edited by
                                #37

                                Oh no, I think I fall into the #4 (Vince Neil) category. Worse yet, my boss is #1 Gandalf.

                                1 Reply Last reply
                                0
                                • R raghu g

                                  7 Personality Types of Developers Today

                                  X Offline
                                  X Offline
                                  xympa
                                  wrote on last edited by
                                  #38

                                  I'm a ninja. My co-workers don't know how i do it :D

                                  1 Reply Last reply
                                  0
                                  • R raghu g

                                    7 Personality Types of Developers Today

                                    E Offline
                                    E Offline
                                    Earl Truss
                                    wrote on last edited by
                                    #39

                                    This list is non-atomic. 4. The Scholarly Know-It-All is really two different kinds of people - The Poet and The OCD Programmer. As for 6. The Clever Ambassador ... should be split into two people with "The Weasel" being the dark side. Me? I'm a cross between 2. The Experienced Old Man and 5. The Ninja.

                                    1 Reply Last reply
                                    0
                                    • L Lost User

                                      I know, at least as a hobby I still have my first computer and it still works. Here is one like mine (without the case): Netronics Elf II

                                      A while ago he asked me what he should have printed on my business cards. I said 'Wizard'. I read books which nobody else understand. Then I do something which nobody understands. After that the computer does something which nobody understands. When asked, I say things about the results which nobody understand. But everybody expects miracles from me on a regular basis. Looks to me like the classical definition of a wizard.

                                      E Offline
                                      E Offline
                                      Earl Truss
                                      wrote on last edited by
                                      #40

                                      CDP1802 wrote:

                                      I read books which nobody else understand. Then I do something which nobody understands. After that the computer does something which nobody understands. When asked, I say things about the results which nobody understand. But everybody expects miracles from me on a regular basis. Looks to me like the classical definition of a wizard.

                                      I like it. May I steal it?

                                      L 1 Reply Last reply
                                      0
                                      • R raghu g

                                        7 Personality Types of Developers Today

                                        E Offline
                                        E Offline
                                        etkid84
                                        wrote on last edited by
                                        #41

                                        i have never really stopped to analyze my peers. suppose it's because I am working so diligently. :cool:

                                        David

                                        1 Reply Last reply
                                        0
                                        • E Earl Truss

                                          CDP1802 wrote:

                                          I read books which nobody else understand. Then I do something which nobody understands. After that the computer does something which nobody understands. When asked, I say things about the results which nobody understand. But everybody expects miracles from me on a regular basis. Looks to me like the classical definition of a wizard.

                                          I like it. May I steal it?

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

                                          Just steal ahead :-))

                                          A while ago he asked me what he should have printed on my business cards. I said 'Wizard'. I read books which nobody else understand. Then I do something which nobody understands. After that the computer does something which nobody understands. When asked, I say things about the results which nobody understand. But everybody expects miracles from me on a regular basis. Looks to me like the classical definition of a wizard.

                                          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