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. female computer programmers?

female computer programmers?

Scheduled Pinned Locked Moved The Lounge
question
17 Posts 15 Posters 2 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.
  • K Kevnar

    The people who complain the loudest about sexism and political correctness are usually the ones who get the least work done. They're too busy "policing".

    D Offline
    D Offline
    Daniel Ferguson
    wrote on last edited by
    #7

    Policing? I call it whining. ;) I'm not the least bit interested in political correctness or sexism -- I just wondered if women aren't interested in being programmers, and if so, then why? "das leid schlaft in der maschine" -Einstürzende Neubauten

    K 1 Reply Last reply
    0
    • D Daniel Ferguson

      Policing? I call it whining. ;) I'm not the least bit interested in political correctness or sexism -- I just wondered if women aren't interested in being programmers, and if so, then why? "das leid schlaft in der maschine" -Einstürzende Neubauten

      K Offline
      K Offline
      Kevnar
      wrote on last edited by
      #8

      We have two women programming at my work place. They do just fine. They say men are just naturally more adept at logic, math and reasoning, all of which are essential to programming. Anthropologically speak perhaps we like to "hunt" down errors and "kill" them.

      J 1 Reply Last reply
      0
      • D Daniel Ferguson

        I was reading another post and someone referred to computer programmers as 'he'. It got me to thinking: how many female computer programmers are there? There doesn't seem to be very many and I am wondering why? "das leid schlaft in der maschine" -Einstürzende Neubauten

        J Offline
        J Offline
        John Uhlenbrock
        wrote on last edited by
        #9

        I know how to get them to come out of the woods and post a message though.... Just post a message that says something like "In my opinion, its because women just aren't as smart as men."

        A realJSOPR 2 Replies Last reply
        0
        • K Kevnar

          We have two women programming at my work place. They do just fine. They say men are just naturally more adept at logic, math and reasoning, all of which are essential to programming. Anthropologically speak perhaps we like to "hunt" down errors and "kill" them.

          J Offline
          J Offline
          Jamie Nordmeyer
          wrote on last edited by
          #10

          :laugh: Good analogy, Kevin! I went to ITT in Seattle (I decided to program after college), and the same applys to engineering, and thus, apparently, to the high tech community in general. Most women I've known just find it boring. Intel has actually targeted women specifically in the past to try and increase their numbers in the high tech community. Jamie Nordmeyer Portland, Oregon, USA

          1 Reply Last reply
          0
          • C Chris Losinger

            (i'm not making this up) there is a rule-of-thumb that says the number of female engineers on a team will equal the number of men named "david" on that team. it has always applied perfectly, in the team i'm currently on. -c ------------------------------ Smaller Animals Software, Inc. http://www.smalleranimals.com

            C Offline
            C Offline
            Cathy
            wrote on last edited by
            #11

            The team I'm on has 1 female (me) and no Davids.

            1 Reply Last reply
            0
            • J John Uhlenbrock

              I know how to get them to come out of the woods and post a message though.... Just post a message that says something like "In my opinion, its because women just aren't as smart as men."

              A Offline
              A Offline
              Andrew Peace
              wrote on last edited by
              #12

              I'm sure Lauren must be about somewhere ....? > Andrew.

              1 Reply Last reply
              0
              • J John Uhlenbrock

                I know how to get them to come out of the woods and post a message though.... Just post a message that says something like "In my opinion, its because women just aren't as smart as men."

                realJSOPR Offline
                realJSOPR Offline
                realJSOP
                wrote on last edited by
                #13

                Most functions written by women start out like this:

                BOOL CTheWoman::IsRight(int nManValue/*=0*/)
                {
                BOOL bThisTime = TRUE;
                BOOL bAlways = TRUE;
                BOOL bManRight = FALSE;
                if (!bThisTime)
                {
                return bAlways;
                }
                else
                {
                return bThisTime;
                }

                 if (nManValue > 0 || nManValue < 0 || nManValue = 0)
                 {
                   return bAlways;
                 }
                

                }

                Notice the default value of the nManValue is 0. Notice also that through a quirk of logic, the function above never even reaches the code which compares the nManValue identifier for validity. Even if it did reach that particular piece of code, she's still right. I think god put woman on earth because *someone* has to clean the house, and it sure as hell isn't the man's job. :-D

                PJ ArendsP 1 Reply Last reply
                0
                • realJSOPR realJSOP

                  Most functions written by women start out like this:

                  BOOL CTheWoman::IsRight(int nManValue/*=0*/)
                  {
                  BOOL bThisTime = TRUE;
                  BOOL bAlways = TRUE;
                  BOOL bManRight = FALSE;
                  if (!bThisTime)
                  {
                  return bAlways;
                  }
                  else
                  {
                  return bThisTime;
                  }

                   if (nManValue > 0 || nManValue < 0 || nManValue = 0)
                   {
                     return bAlways;
                   }
                  

                  }

                  Notice the default value of the nManValue is 0. Notice also that through a quirk of logic, the function above never even reaches the code which compares the nManValue identifier for validity. Even if it did reach that particular piece of code, she's still right. I think god put woman on earth because *someone* has to clean the house, and it sure as hell isn't the man's job. :-D

                  PJ ArendsP Offline
                  PJ ArendsP Offline
                  PJ Arends
                  wrote on last edited by
                  #14

                  You the Man (1.16 MB):laugh: :laugh: --- Multitasking: Screwing up several things at once.

                  Within you lies the power for good; Use it!

                  J 1 Reply Last reply
                  0
                  • C Chris Losinger

                    (i'm not making this up) there is a rule-of-thumb that says the number of female engineers on a team will equal the number of men named "david" on that team. it has always applied perfectly, in the team i'm currently on. -c ------------------------------ Smaller Animals Software, Inc. http://www.smalleranimals.com

                    W Offline
                    W Offline
                    Wayne Fuller
                    wrote on last edited by
                    #15

                    There are 6 Davids on my team, and only 1 female.

                    1 Reply Last reply
                    0
                    • K Kevnar

                      The people who complain the loudest about sexism and political correctness are usually the ones who get the least work done. They're too busy "policing".

                      C Offline
                      C Offline
                      Christian Graus
                      wrote on last edited by
                      #16

                      Couldn't agree more. I would hire a female programmer IF I thought she was the best candidate. It is completely unfair that big corporations need to hire x Aboriginals and x females to 'prove' they do not discriminate. I'm just waiting for the day we need to hire x gay people as well. I'm happy to hire all three, I just think the only thing that should matter is the quality of a persons work. Christian #include "std_disclaimer.h" People who love sausage and respect the law should never watch either one being made. The things that come to those who wait are usually the things left by those who got there first.

                      1 Reply Last reply
                      0
                      • PJ ArendsP PJ Arends

                        You the Man (1.16 MB):laugh: :laugh: --- Multitasking: Screwing up several things at once.

                        J Offline
                        J Offline
                        jkgh
                        wrote on last edited by
                        #17

                        I haven't laughed so much in a while - and I was allowed to too. C++/C# Student. Wither Thee VB.Net.

                        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