Thread: Programmers new "elitist snobs"

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    >> I'm a beginner so they say the "eye rolling" responses to beginner questions is just axiomatic and to get used to it.

    My guess is that it stems from the fact that nowdays people are more apt to ask questions before they've even gone over the basics of the language, which can be frustrating to those trying to help out. Back when I started programming, I read several books from cover to cover and practiced quite a bit before I posted even a single question on a message board. As a result, I generally received helpful advice.

    >> But I've read some really nasty responses to the extreme beginner questions and I've noticed that this is one of the only scientific fields who's culture is akin to artistic elitism.

    I bet if you got on a chemistry message board and asked "what kind of protons are metals made out of?" or such, you'd probably get some pretty ugly reprimands from the respondants, as well.

    To be sure, you're always going to encounter trolls and rude people from time to time, but for the most part, at least, you should expect fairly constructive input.
    Code:
    #include <cmath>
    #include <complex>
    bool euler_flip(bool value)
    {
        return std::pow
        (
            std::complex<float>(std::exp(1.0)), 
            std::complex<float>(0, 1) 
            * std::complex<float>(std::atan(1.0)
            *(1 << (value + 2)))
        ).real() < 0;
    }

  2. #2
    False Return hubris's Avatar
    Join Date
    Apr 2009
    Posts
    33

    trend, not generalization...

    Actually matsp, you've given me some decent advice, so (at least for me) you don't qualify. I have a thick skin. I just worry about the guys/girls who don't, and might decide to abandon the field altogether. Code doesn't come easy for me. I work like a madman to maintain a C average and there is no tutoring for C++(only C) at my college. I guess I just have exagerated empathy.
    Also, I should out myself on being an elitist snob when it comes to writing/composition. I'm not rude but I do tend to be a bit self important so...
    All responses welcome.

  3. #3
    Registered User BuzzBuzz's Avatar
    Join Date
    Feb 2009
    Posts
    89
    Quote Originally Posted by Sebastiani View Post
    "what kind of protons are metals made out of?"
    Ah, trick question. Proton cars are made of plastic. Metal is made of metal - hence the name.

    I am joking
    Any help I give may be classified as:
    The Blind leading the Blind...
    Currently working through:
    "C++ Primer Plus"

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. cprogra
    By BobMcGee123 in forum A Brief History of Cprogramming.com
    Replies: 20
    Last Post: 05-05-2006, 03:34 PM
  2. Game Programmer's AIM Circle: Join Today
    By KingZoolerius66 in forum A Brief History of Cprogramming.com
    Replies: 28
    Last Post: 12-20-2003, 12:12 PM
  3. Are programmers engineers?
    By joshdick in forum A Brief History of Cprogramming.com
    Replies: 13
    Last Post: 04-01-2003, 01:55 AM
  4. Programming Puns
    By kermi3 in forum A Brief History of Cprogramming.com
    Replies: 44
    Last Post: 03-23-2002, 04:38 PM