Slashdot Mirror


Why Companies Should Hire Older Developers

Nerval's Lobster writes: Despite legislation making it overtly illegal, ageism persists in the IT industry. If you're 40 or older, you've probably seen cases where younger developers were picked over older ones. At times we're told there's a staffing crisis, that companies need to import more developers via H-1B, but the truth is that outsourcing and downsizing eliminated a subset of viable developers from the market. Those developers, in turn, had to figure out if they wanted to land another job, freelance, or leave the technology industry entirely. But older developers still have a lot to offer, developer David Bolton writes in a new column: They have decades of experience (and specialist knowledge), they have a healthy disregard for office politics (but can still manage, when necessary), they're available, and they're (generally) stable.

77 of 429 comments (clear)

  1. Around the block by Anonymous Coward · · Score: 5, Insightful

    Here's why I advocate for hiring older developers. I'm in my mid-30s now and I've seen it happen so many times. Some kid comes in fresh out of college thinking he or she knows all the answers. They don't. I don't. They are so trigger happy to re-invent the wheel and over engineer everything.

    You know what I've learned after all these years. I may not know "what works", but I sure do know what won't.

    1. Re: Around the block by Anonymous Coward · · Score: 5, Insightful

      This. I've had trouble with know it alls of all ages really, but more with younger people. That's to be expected really. General lack of experience plus sometimes inflated egos plus the perceived need to prove something just leads to that. Good developers listen to reason and take advice. Bad ones leave, and if we're all lucky, they leave the profession.

      Older developers have experience and a general lack of tolerance for nonsense, but sometimes need to understand why doing something different is a good thing. (Though you may want to listen to them when they tell you different isn't really different. Lots of crap people push as new has been done before.) Good ones take advice, and bad ones leave.

      It's almost like developing is a mindset rather than something one gets worse at with time. (Sarcasm of course. Most of us without a bias against younger or older developers know this and have known it for a while now.)

    2. Re: Around the block by TWX · · Score: 4, Insightful

      The most dangerous person that one would voluntarily hand-over control to is the relatively inexperienced person that thinks they know everything and attempts to remake their piece of the organization the image of what they see as being correct.

      I've seen it first-hand, and it's quite ugly when those preconceived notions run head-first into a cold, stark reality, and it takes a lot of messengers being shot before the actual problem of inexperience is recognized.

      --
      Do not look into laser with remaining eye.
    3. Re:Around the block by HornWumpus · · Score: 3, Insightful

      Part of an Engineers job is applied science. They are not scientists. Engineering is much more complicated than science.

      --
      John McAfee 'It was like that time I hired that Bangkok prostitute; to do my taxes, while I fucked my accountant'
    4. Re:Around the block by radtea · · Score: 5, Insightful

      I may not know "what works", but I sure do know what won't.

      Age is not a great arbiter of such things, but it's still true that without age there are some experiences that are hard to get.

      I remember when "structured programming" was the silver bullet du jour. Then it was OO. Then it was Java (this is hard to believe, but really, Java was touted as the solution to all our ills, and people believed it for a while, rushing out to re-write perfectly good code in Java and frequently ruining it in the process) Today it's FP.

      All of these, except maybe Java, brought some real good to the table. There were a variety of side-trends that never really got off the ground, at least as silver bullets, like 5GLS, whatever they are.

      An older developer has had the opportunity to watch these decade-long trends and make better judgements about the curve of adoption. Will Haskell ever become a mainstream language? Nope, although it'll be used in some niche areas, the way SmallTalk still is. Will FP techniques and ideas filter in to all kinds of other languages? Well, duh. Already happening. Is it worth learning a little Haskell and maybe come category theory? Sure. You can do that even while thinking the claim "apart from the runtime, Haskell is functionally pure" is precisely as impressive as the claim "apart from all the sex I've had, I'm a virgin."

      Not all older developers will get any utility out of their experience. Some become cynical and dismissive. A very, very few retain their naive enthusiasm for the Next Great Thing. But many of them have a nuanced and informed attitude toward new technology that makes them extremely valuable as the technical navigator for teams they're on.

      --
      Blasphemy is a human right. Blasphemophobia kills.
    5. Re: Around the block by codefungus · · Score: 2

      It also works the other way. kids are less likely to argue with stupid ideas coming down from the top. Older developers know where shifty decisions end up to the annoyance of the boss.

      --
      -- A cat is no trade for integrity!
    6. Re:Around the block by Maltheus · · Score: 2

      Overengineered designs come from people who don't have the experience of having to maintain an older product. The kids out of college are smart and fun to work with, but between the overengineering and their difficulty in perceiving fads from the frameworks that will endure, I find I'd rather not work with them until they have a few more years under their belt.

    7. Re: Around the block by Anonymous Coward · · Score: 5, Funny

      What kind of organization is still using messengers to carry internal memos in this day and age, let alone shooting them when they fail to bring positive news? If that's the sort of thing that goes on there, then there are far deeper problems than mere inexperience.

    8. Re: Around the block by expatriot · · Score: 2

      I have seen several very important projects seriously damaged because a new graduate was in charge of a key component without sufficient oversight.

    9. Re: Around the block by TWX · · Score: 3, Insightful

      Inexperience can even come in the form of someone that has experience with a small version, but never worked in a huge organization. Some things simply don't scale well, and the labor estimates to implement or maintain are WAY off.

      It also doesn't help when the new manager assumes that existing employees don't know how to do anything and micromanages, such that the employees stop engaging him. The boss ends up stepping in a lot of piles that he didn't see because no one has any desire to help him avoid them.

      --
      Do not look into laser with remaining eye.
    10. Re: Around the block by sycodon · · Score: 4, Insightful

      80% of IT happens away from the code editor.

      It involves knowing the current business needs, anticipating the future business needs, communicating that to the business , the ability to prioritize, communicate, fix broken stuff (know what needs fixing first and what can wait), working with vendors, working with other businesses, etc.

      In short, knowing how to be an asset to the business instead of just being another expense.

      Kids that waltz in from college wanting to switch your Manufacturing systems to PHP or whatever is the latest craze don't have any of these things.

      --
      When Fascism comes to America, it will call itself Anti-Fascism, and tell you to give up your guns.
    11. Re:Around the block by Marginal+Coward · · Score: 2

      Some kid comes in fresh out of college thinking he or she knows all the answers. They don't. I don't. They are so trigger happy to re-invent the wheel and over engineer everything.

      I've seen this in some cases, and in other cases I've seen people with relatively little experience starting out with good instincts. So, I think those instincts are partly a talent and partly drawn from experience.

      The thing that I have as an "old guy" with lots of experience that I see lacking in some younger folks is a keen sense of design - knowing what's good and bad. The common failure of young designers is that they don't actively seek out simplicity, and they don't know techniques of how to achieve it. They also don't understand Gall's Law:

      A complex system that works is invariably found to have evolved from a simple system that worked. A complex system designed from scratch never works and cannot be patched up to make it work. You have to start over with a working simple system.

      Of course, my points are generalizations that don't apply in every case. I'm sure you could find an old guy with experience who never learned such lessons.

      Experience also allows you to solve some problems quickly that an inexperienced person might take much longer to solve - or might never be able to solve at all. So, as a veteran engineer who is surrounded by very bright and much younger people at work, I've come to believe that when my employer pays me extra for my experience, they're not getting a bad deal.

    12. Re:Around the block by juancnuno · · Score: 2

      All of these, except maybe Java, brought some real good to the table. There were a variety of side-trends that never really got off the ground, at least as silver bullets, like 5GLS, whatever they are.

      Java has been my primary language for the sixteen years (yes, I'm old) I've been engineering professionally. Yes, there are things I would change about it if I had the power but overall I think it's great and I love it. If I could write in Java for the rest of my life I would die a happy man.

      So yes, I would say it's brought a hell of a lot of good. A lot of mission critical (and I mean critical) infrastructure at the company I work at (that you've heard of) is written in it.

    13. Re:Around the block by BlackPignouf · · Score: 2

      I can't tell if you're trolling.
      Anyway: science can be arbitrarily hard.
      If you find science too easy, what about explaining gravity or the human brain?
      What about proving the Riemann hypothesis? What about curing cancer? What about explaining how life appeared?

    14. Re:Around the block by HornWumpus · · Score: 2

      You cannot measure difficulty by listing unsolved problems.

      The fact remains that science is one dimensional. Engineering involves economics, business and art on top of applied science.

      The most difficult part of science remains engineering the experimental parts.

      --
      John McAfee 'It was like that time I hired that Bangkok prostitute; to do my taxes, while I fucked my accountant'
  2. The problem with older developers... by QuietLagoon · · Score: 5, Insightful

    The problem with older developers is that they have too much experience. Or at least, that is what I was told by the HR persons who did not want to interview me when they saw my resume.

    1. Re:The problem with older developers... by jandersen · · Score: 5, Insightful

      The problem with older developers is that they have too much experience. Or at least, that is what I was told by the HR persons who did not want to interview me when they saw my resume.

      Meaning, they are too expensive and are able to look through the incompetence of managers. I suppose it is quite daunting for a mediocre manager to try to dominate a mature engineer, who doesn't fall for his bluster and can't be scared into submission.

    2. Re:The problem with older developers... by hcs_$reboot · · Score: 5, Insightful

      The real problem with people hiring developers is that they often see development as a first step in life, which a preparation for another job having management responsibilities for instance. They don't understand that some people consider development to be a career, like to code, like to learn technical stuff and don't consider changing for management positions. Moreover, a "natural selection" eliminates the worst developers in their 20's who naturally turn to other jobs after a while. Of course, there are still a bunch of incompetent older developers - but thanks to these many years of experience, it is usually much easier to discern the good and the bad from older developers than from beginners.

      --
      Slashdot, fix the reply notifications... You won't get away with it...
    3. Re:The problem with older developers... by hcs_$reboot · · Score: 4, Insightful

      Meaning, they are too expensive and are able to look through the incompetence of managers.

      Which is the signature of a company to be avoided at all costs.

      --
      Slashdot, fix the reply notifications... You won't get away with it...
    4. Re:The problem with older developers... by Anonymous Coward · · Score: 2, Interesting

      Get rid of the last two pages of job experience. Make it look like your job history is only the past 3 years. Then when you show up for the interview, you bring your full resume to show to the tech manager. This gets you around the HR weenies at least.

    5. Re:The problem with older developers... by hcs_$reboot · · Score: 4, Insightful

      they are too expensive

      and a quick note about that: a competent manager should know it's worth paying someone twice to do a program 3 times faster that will not have to be rewritten 3 times by 3 different persons within the next 3 years.

      --
      Slashdot, fix the reply notifications... You won't get away with it...
    6. Re:The problem with older developers... by Anonymous Coward · · Score: 2, Insightful

      Each of the "good points" in the article is actually a downside in disguise.

      According to the article, older developers are available, stable, specialists who are better at office politics.

      Available = undesirable

      Stable = works less hours trying to prove himself = less value for money

      Specialists = likely to say "no" a lot, likely to not want to go along with the newest fad

      Better at office politics = hard to manipulate, possible threat

      So you see, you definitely don't want to hire older people. I wish people wouldn't write these articles. I'm an older developer myself and this article probably decreased my worth on the job market by another €100 or so. Thanks a lot.

    7. Re:The problem with older developers... by Em+Adespoton · · Score: 2

      Actually, for canvassing CVs, get rid of all experience not directly related to the job you're applying for. Try to make it all fit on one page. Make sure your CV touches on all the points mentioned in the job ad.

      The rest comes out as you say, during the interview with the tech manager. And remember: you're interviewing the tech manager as much as they're interviewing you. If they're not a good fit, don't take the job. You might also want to let HR know why you declined the offer.

    8. Re:The problem with older developers... by JaredOfEuropa · · Score: 4, Insightful

      I don't code that much these days, but the question is familiar. Why do you still code? Yet no one asks an architect, surgeon or lawyer that question.

      --
      If construction was anything like programming, an incorrectly fitted lock would bring down the entire building...
    9. Re:The problem with older developers... by lgw · · Score: 2

      Actually, for canvassing CVs, get rid of all experience not directly related to the job you're applying for. Try to make it all fit on one page. Make sure your CV touches on all the points mentioned in the job ad.

      You can tell you're getting old when you remember the Elder Days when resumes were in "pages". Yes, it's true kid, they were printed out, and later were Word docs or PDFs that had page boundaries! LinkedIn and the like hadn't been invented yet, you see. No, it's true!

      The point is still true though - your resume will get 20 seconds of attention. Put something at the top that makes you interesting enough for 2 minutes of attention. Make sure there's stuff in the body of the resume (or LinkedIn profile, or whatever) that will stand out and make someone want to call you to ask more.

      As far as ageism, I know a few people my age who now list just the first 10-15 years on their resume and profile, and at the end of the resume (but not online!) add "additional work history available upon request". If you go that way, just don't ruin the effect by listing the year you graduated from college.

      --
      Socialism: a lie told by totalitarians and believed by fools.
    10. Re:The problem with older developers... by erp_consultant · · Score: 3, Interesting

      Bingo. If i had a dollar for every time I heard some windbag manager say that I would be retired right now. It's never one more push. Once you agree to the first one it becomes standard operating procedure. Project timelines will continue to get squeezed as long as they can get away with it.

      For me the answer was to become a contractor. If you want me to work 80 hours a week you pay me for 80 hours. And if I decide I don't want to work 80 hours I find another contract. It's surprising how a crisis becomes a non-crisis once management discovers that they have to actually pay you for every hour you work.

  3. Re:Capitalism by Anonymous Coward · · Score: 3, Insightful

    Capitalism should sort out the underperformers.

    Greed and executives' immunity from the consequences of their bad decisions cause a lot of bad.

  4. None of that will matter by grimmjeeper · · Score: 4, Informative

    In the age of "screw everybody to get another quarter point from the stock", the ones in charge will never pay the older developers what they are worth. It doesn't matter that the inexperienced developers will make the huge mistakes the older people could have warned them away from. It doesn't matter that the degradation in product quality will likely have long term negative effects on the company. All that matters is short term financial gain by the executive staff in this country.

    1. Re:None of that will matter by kamapuaa · · Score: 2

      Have you paid attention to a computer stock, ever? They are anything buy short-term obsessed. The short term doesn't even exist for them. Everybody from a startup to Uber to Amazon can lose money quarter after quarter, and have no real intention of making short term profits. Yet the companies continue to do business, and are valued highly, purely because of long-term prospects.

      --
      Slashdot: providing anti-social weirdos a soapbox, since 1997.
    2. Re:None of that will matter by gstoddart · · Score: 2, Interesting

      The people running the companies are absolutely short-term obsessed. The people buying the stocks are gambling and have long since stopped caring about fundamentals, and instead go on hype.

      The irrational stock market and the terrible management both exist.

      For some reason, people voluntarily throw reason to the winds when they see a startup. When a company is valued at 50 years worth of projected revenue, the market has become a farce.

      All publicly traded companies are short term obsessed, but if you can keep the hype machine going loudly enough, the market will opt to ignore reality and stick with it.

      The stock market doesn't seem to understand long-term investment in any meaningful way.

      --
      Lost at C:>. Found at C.
    3. Re:None of that will matter by hcs_$reboot · · Score: 2

      In the age of "screw everybody to get another quarter point from the stock", the ones in charge will never pay the older developers what they are worth. It doesn't matter that the inexperienced developers will make the huge mistakes the older people could have warned them away from. It doesn't matter that the degradation in product quality will likely have long term negative effects on the company. All that matters is short term financial gain by the executive staff in this country.

      Indeed. And a good example of that is the direction Apple is currently taking (software wise).

      --
      Slashdot, fix the reply notifications... You won't get away with it...
  5. Re:let's be real for a second by Sneeka2 · · Score: 2

    Speak for yourself.

    --
    Bitten Apples are still better than dirty Windows...
  6. Re:let's be real for a second by grimmjeeper · · Score: 4, Insightful

    You really think that a college class is the only thing that can make you aware of all the threats out there. I mean, you honestly believe that.

    Interesting.

  7. Re:let's be real for a second by cfalcon · · Score: 3, Insightful

    What on earth.

    I expected some reasonably sensational comments, but this one really stands out. Why would you think this? Are modern CS classes somehow better at security? In my ACTUAL experience, the only people I've ever had thinking that declaring a member variable as private increases the security of the product or enforces an actual restriction in the compiled code are younger. Certainly I haven't seen attention to security as being present primarily in the young or old.

  8. Re:let's be real for a second by Anonymous Coward · · Score: 2, Interesting

    Most security attacks are iterations of the classes of attacks that have been around forever.

    By the same logic, young developers are riskier as they are more likely to want to early adopt new frameworks and technologies, that have not even been vetted for security vulnerabilities and attack vectors.

  9. Re:Capitalism by cfalcon · · Score: 4, Insightful

    Expecting capitalism to select for high performers is like expecting natural selection to select for really long lived red blood cells. If your selection criteria are on the organizations, you select for organizations, and the individuals are just a function yielding that.

  10. Its more complicated by Karmashock · · Score: 2

    First, the reason to not discriminate is because it damages the labor market which in turn damages the industries that rely on that labor.

    Second, the reason older developers are not hired is because they are perceived to not be willing to put in the hours that younger developers will. If you need your employees to knock their brains out for a project, an older set of employees are less likely to do that.

    There are other reasons but most of them are rational.

    --
    I've decided to stop wasting my time responding to AC trolls/sockpuppets... so if you want a response from me... login.
    1. Re:Its more complicated by gstoddart · · Score: 5, Insightful

      It's like that old joke about the young and the old bulls ... Hey, let's run down there and fuck one of those cows. No, let's walk down and fuck them all.

      Instead of asking your employees to knock their brains out, read the fucking Mythical Man Month and realize that the death march is an idiotic way to do things which doesn't really work.

      Too many companies are being ran by MBAs who have no understanding of how to build stuff, and think 9 women can have a baby in a month. Or even that 4 women working really long hours can do it in half the time.

      The problem is companies are being ran by short sighted idiots who don't understand the nature of their business.

      --
      Lost at C:>. Found at C.
    2. Re:Its more complicated by Jason+Levine · · Score: 5, Insightful

      they are perceived to not be willing to put in the hours that younger developers will.

      A younger developer will often need 40 hours to write the same code that an older developer will write in 10 hours. The only problem is when management sees TIME_SPENT_CODING as equal to QUALITY_OF_WORK. So they prefer the younger coders who will put in 60 hour weeks over the older coders who do that same work and more in 40 hours and then go to spend time with their families.

      --
      My sci-fi novel, Ghost Thief, is now available from Amazon.com.
    3. Re:Its more complicated by OzPeter · · Score: 2

      Instead of asking your employees to knock their brains out, read the fucking Mythical Man Month and realize that the death march is an idiotic way to do things which doesn't really work.

      The problem with this is that you need older workers to tell the younger workers that MMM even exists, or why a book written in the 70's is still relevant 30 years later (had to pull my copy out to verify the publishing date!).

      --
      I am Slashdot. Are you Slashdot as well?
    4. Re:Its more complicated by ckatko · · Score: 2

      If your company constantly requires programmers to go over time, then congratulations, your company has shit management.

      Ask yourself if that kind of "code faster, monkey!" attitude would be acceptable from other professions.

    5. Re: Its more complicated by HornWumpus · · Score: 3, Insightful

      The reason to work sane hours under normal conditions is so you will have something in the tank for the crises weeks.

      If you work in 'constant crisis' mode a real crisis will sink the company. To say nothing of what the stress does to the people involved. Soon they are zombies doing negative work and not seeing it.

      --
      John McAfee 'It was like that time I hired that Bangkok prostitute; to do my taxes, while I fucked my accountant'
    6. Re:Its more complicated by JonTurner · · Score: 2

      >>read the fucking Mythical Man Month and realize that the death march is an idiotic way to do things which doesn't really work.

      I disagree. The death march model works just fine -- *IF* you have a sufficiently large pool of new developers to replace the old ones dropping off along the way and *IF* your focus is short-term wins over long-term strategy. To wit: the entire video game industry (layoffs after a release, anyone?), the endless employee churn at all the major offshoring companies, "captive" on-site employees via H1b Visas, etc. This is just an extension of what is common outside the IT industry with low-paying service jobs.

      If the only metric is cost, or if cost is valued sufficiently higher than quality (not uncommon), then it's all the more obvious.

    7. Re:Its more complicated by Jason+Levine · · Score: 2

      True. I agree with the poster who said he keeps a mixed team. Older developers will temper the younger developers and keep them from trying HOT_NEW_THING which the older developer, with his experience, sees has glaring problems. The younger developers will push the older developers into new technologies instead of remaining in their comfort zones.

      But just hiring young developers because they know the latest stuff (and will work cheap) is a big mistake.

      (Disclaimer: I'm turning 40 this year, so I guess I count as an older developer.)

      --
      My sci-fi novel, Ghost Thief, is now available from Amazon.com.
  11. Re:let's be real for a second by cdrudge · · Score: 4, Funny

    They just simply don't keep up and don't have modern college training in the latest security threats and program hacking methods.

    I have a modern college degree, BS in CS from Purdue. I can't recall a single class that discussed security as a topic, let alone dedicated to it. Fuck. I just realized the classes I took were nearly 20 years ago. I'm an "older developer" aren't I...

  12. no brainer for HR by crgrace · · Score: 5, Informative

    I've been in the technology business for almost 20 years now. In my personal experience, older engineers are much more productive than younger engineers. Younger engineers are much more likely to partake of the "free" dinner offered by the company and work 80 hour weeks. They are also significantly cheaper.

    To HR we (engineers) are a fungible commodity anyway. Of course they go for the younger people. Given that they command lower wages AND work more hours their effective hourly rate is much lower. So it's a no brainer.

    Of course, I would guess from experience (although I have no specific evidence) that older engineers are cheaper in a productivity/dollar sense, but that doesn't even enter the argument in a modern corporation.

    Unless we get into management, we older folks (Lord, is pushing 40 really older now?) are better off in .gov/defense jobs or working for small companies where individual people (may) value our contributions.

  13. Re: let's be real for a second by GrantRobertson · · Score: 2

    I have attended CS programs in two universities (started at one, transferred to another). Neither had a single course in secure software development.

  14. Re:let's be real for a second by OzPeter · · Score: 2, Interesting

    Hiring older developers is the fastest way to put hundreds of security holes in your software. That's reality, people. They just simply don't keep up and don't have modern college training in the latest security threats and program hacking methods.

    Remember that when you become an older developer.

    Snide aside, while your argument has some merit, there is a flaw in your assignment of blame. Development is not a static process, you need to continually update your skills in order top remain relevant. And one of the major impediments to updating skills is companies not providing an environment when such updating is valued.

    You could counter with a "well they can do it on their own time", but the rebuttal to that is two fold:

    1. Older workers have a life outside of work and have other things to do.
    2. Anyone who is forced to update skills outside of work hours because their company won't support them in work hours is eventually going to say "Fuck it, why should this company benefit from my self improvement - I'm going elsewhere."

    And there you are .. back to square one. But of course an older worker would have seen this from the outset, due to all the workplace experience that they have gathered.

    --
    I am Slashdot. Are you Slashdot as well?
  15. Salary Cap by Anonymous Coward · · Score: 2, Insightful

    In a lot of sports there are salary caps. Players develop, get more experience, and the good ones get a really big raise when their entry level contract ends. Eventually teams have to trade off players to stay under the cap and they rely on the draft to supply them with serviceable players on entry level contracts to fill the holes. The cycle repeats.

    I see companies do the same thing. They aren't just going to continue to give out raises until every person in a department earns a much higher than average salary. Companies have a few people with experience and skill that they keep and compensate well, and they let a lot of people walk and then hire younger cheaper people to back fill. Eventually those people develop and deserve a higher salary and they are either retained or enter free agency and go somewhere else.

    There is a reason most young people can get huge raises by job hopping every few years where if you stay at a company you most likely wont see as much of a salary increase. Companies don't want to pay people what they are worth, they want to pay people what is required for the company to continue to make profit. Most companies don't need a team of super experienced and skilled devs. They get by with a core team of talent and a bunch of cheap supporting players. Just like a lot of sports teams.

    Just my observations. YMMV

  16. A little of this, a little of that. by berchca · · Score: 5, Interesting

    I technically qualify as an 'older developer,' though not old enough to embrace the title personally. On several occasions, I've worked with teams (as a contractor) made entirely of 'age-challenged' developers, and I'm always amazed to get kudos for saying things I consider obvious. Obvious, I suppose, because I have the experience the young'un do not, and experience does help.

    While I'm sure that I have all sorts of limitations I'm not aware of, like I probably smell funny or maybe don't know why Euphoria is the most awesome programming language _ever_, or simply can't hold my own on the foosball table, I think that toddler teams should have at least one elder mentor onboard--someone whose been through the ringer a few times--because we do know stuff that you'll only realize you didn't know after we say it, and we tend to be pretty grounded, which helps if you're trying to do things like, I don't know, make money.

    Just don't let us pick the music for the office hi-fi.

  17. Read lord of the flies sometime by iamacat · · Score: 5, Insightful

    Do you want your corporate culture to be like that? Then by all means only hire kids. Any healthy human society needs an age/gender/personality diversity of contributors to thrive. There are certainly brilliant 20 year old programmers, but they don't have practical experience keeping a project or a team alive and working well for a decade. And once they acquire such experience, they will leave your company because it'a not friendly to their needs.

  18. Makes no sense by GeekWithAKnife · · Score: 2, Insightful


    Older people have families, experience and have been around the circus before.

    Young programmers are much better. Firstly they often have nothing better to do. Their living expense tend to be lower and they often cannot tell when they are being screwed over for pay until they are are feeling the shaft for a couple of years.
    They have no family commitments and when the big boss man smiles and asks if you can do this one extra thing for the team you say "sure boss!" and not "My boy has this thing at school..."

    Why hire old programmers? they question the logic, they see through the corporate bullshit, they won't work for peanuts and often cannot do overtime. Forget that they actually know what their contract means and exactly what you can and cannot get them to do. They are not cool. They don't any Justin Bieber songs and they don't play COD.

    Why bother with those old people when you can have fizzy drinking kids willing to bend over backwards? -code quality? -efficiency? -less re-work? most managers have very little grasp of how those looks like & those people make "suggestions for the business".

    Old developers...as old as 40...they are practically dying already, why hire their kind? -makes no sense I tell you.

    --
    A 'singular oddity' is an event that cannot be explained and only happens when you are alone.
    1. Re:Makes no sense by Lumpy · · Score: 2

      "often cannot do overtime"

      It's not that I can not do the overtime, It's that I refuse to work overtime because of a moron manager that screwed around. I will not sacrifice my life to fix a manager that is being a lazy fuck up.

      When I get handed a hot project that I discover was sitting on his desk for 2 months before being handed off. I'll let that deadline sail by like a pretty jet and wave at it as it goes by.

      --
      Do not look at laser with remaining good eye.
  19. Re:let's be real for a second by Anonymous Coward · · Score: 2

    Okay, I'll cite most software in the entire world as an example. Also I worked with a team of programmers that were quite old and not one of them knew what I was talking about when I said we needed to filter certain characters to prevent SQL injections.

    Because you don't do that. You use prepared statements. Or at very least use quoting functions from the actual database.

    Filtering stuff yourself is really dumb thing to do. That's how you create security holes.

  20. I've seen paycheckism, never agism by quietwalker · · Score: 4, Informative

    I worked as a contractor at IBM a few years back. They had just changed their hiring policies to basically three types for engineering positions:
        1. Foreign workers in areas with low cost of living that are paid location-adjusted wages
        2. New hires fresh out of college (preferred if they interned with IBM previously) for about 30% below market cost
        3. Individuals who were known in their field of study - acknowledged experts, basically, obviously a rarity.

    Everyone else was being pushed out or required to do the work of the experienced engineers who were pushed out on top of their own work, while training their own replacements. As in, "You can still work for us, but you have to move to brazil and accept a location-adjusted $27k/yr equivalent".

    This resulted in the majority of incoming employees being extremely young, low 20's, zero experience, with the older individuals being skipped not because of age, but because they were not willing to pay real market value for them, when they can get cheap labor that can be trained up to the same point for 1/3'd of the cost. Especially when the young kids are willing to put in 60 hour weeks because they don't have competing obligations.

    This wasn't a case of IBM being evil; they were just following the industry trends. I've seen other companies do the same thing.

    It's not that they aren't hiring people because of their age. If anything, they'd love to hire those experienced professionals. They just want them to work for below average starting pay for a zero-experience, fresh college grad. Someone with 20 years of experience is expensive, after all, and budgets are quarter to quarter - not 5 years down the road. Hard to justify long term ROI in just a single level of management. Got 20 years of experience and you're willing to work for 40k in San Jose? You'll have no problems finding a job. Want a more reasonable 150-200k? Well, there's 5 guys in vietnam that will do your job for 20k a pop, and that makes up for the loss in efficiency - on paper, at least.

  21. Re:let's be real for a second by rrr00bb5454 · · Score: 5, Informative

    That's a pretty ridiculous statement. My actual experience intuitively says just the opposite. I work at a security company that is largely made of guys who just got out of Israeli SIGINT (their mandatory service). The older guys write kernel code know what C compiles to, and see the vulnerabilities intuitively. The new ones have quite a bit more experience in high level languages, while being almost oblivious to abstraction breakage that leads to security holes. At best, I'd say that the older developers get stuck dealing with older code bases (that are making the money) and tools (because the newer ones can't deal with it anyway). But on security.... Prior to the mid 1990s, everybody in the world seemed to be working on a compiler of some kind. This deep compiler knowledge is the most important part of designing and implementing security against hostile input; ie: LANGSEC.

  22. Discriminated against vs entitled by NothingWasAvailable · · Score: 2

    I think you're confusing two very different things.

    Asking to be judged based upon your actual skills, and asking to have your experience valued, is not the same thing as being entitled.

    I had an ex-coworker who was interviewing, and when the interviewer looked over his publication and patents, all they could say was "Gee, some of these were a long time ago."

    IMHO (seeing a number of laid off friends job hunt), two things work against you as an older developer. One, if you haven't kept your skills up - that's on you. We call it "Resume-Driven Design." You need to learn and use new languages and libraries (i.e. javascript libraries). Most of us (I'm mid-50's) started in an age when companies hired talent and developed skills. Now it's about hiring skills (a more ADHD hiring process given the accelerating pace of change). Two, companies want to be fast and agile. Experience and perspective ("I've got a life" or "I've got a family") work against you in that environment. They perceive (rightly or wrongly) that older employees won't have the "run through walls" mentality that they're looking for. ... and don't discount the cultural differences. The Wall Street Journal had an article yesterday about a company that segregates its Millennials in a "Kids Table" area, because of tensions over work styles and maturity/immaturity.

  23. No talk is complete without Dunning-Kruger Effect by scorp1us · · Score: 3, Insightful

    I'm showing my age here, 38, but no talk is complete without mentioning the Dunning-Kruger Effect. I have witnessed this first hand, even with myself. When you are young and full of vigor, you charge forth into the great unknown t eagerly writing lots of code. As you gain experience the code decreases but is of higher quality. I've now taken to assign a valuation to each line of code as liability vs added value. because in a few years some kid will come behind me other the other side of Dunning-Kruger and change this without really knowing what it is doing. I also spend more time doing research on what I am doing so my execution is flawless. Experimentation is rare. In the Art of war, the battle is only the last step and the preparation is really what determines the outcome. Similarly, code is only written when the planning is complete. This is the difference between code monkeys and engineers.

    But older engineers often get complacent. I too went through this phase. Many get comfortable with one technology, (Java, .Net) and no longer keep up with new efforts. But in the past 2 years alone, I've taken to learning Machine Learning, Node.JS, mobile platforms, Big Data.

    My advice is if you're old, don't get complacent, keep learning. If you're interviewing one of us veterans, keep an open mind. We might not be as cheap on paper, or outwardly enthusiastic. But if we're still in it after 20 years, we love what we do just as much as a new guy, and we will pay dividends in the long run.

    --
    Slashdot's rate-of-post filter: Preventing you from posting too many great ideas at once.
  24. Re:Capitalism by Anonymous Coward · · Score: 4, Informative

    Yeah to governments telling everyone what to do and putting you in jail (or killing you) if you disagree.

    I think you may fundamentally misunderstand what socialism is ;)

  25. Re:Capitalism by Anonymous Coward · · Score: 2, Insightful

    You assume the "selection" is a one way street. Good companies and good employees will find another in a free system, and as a result, they will prosper in the long run. Like evolution, it doesn't happen quickly though. Most good employees in any discipline have a set of criteria they demand from an employer. Developers are no different. If you don't believe a free system doesn't benefit those that hire and pay intelligently, then you are simply ignoring reality.

  26. Re:let's be real for a second by Jason+Levine · · Score: 2

    Exactly this. When I started coding, I made a ton of mistakes and had false assumptions. Luckily, my code didn't have a huge reach and so those security holes weren't exploited. As I taught myself more, I became aware of issues like SQL Injection Attacks and how to prevent them. Do I write 100% secure code now? Of course not. It would be incredibly arrogant of me to assume I have every hole covered. However, I know a lot of pitfalls and how to avoid them. As an older coder, my code is much better than it was when I was a younger coder.

    --
    My sci-fi novel, Ghost Thief, is now available from Amazon.com.
  27. Re:let's be real for a second by Jason+Levine · · Score: 2

    I had a college professor that loved telling us that everything he taught us would be obsolete by the time we graduated but that the concepts would stick with us throughout our careers. This was 20 years ago. Sure enough, the concepts he taught me are the same as the ones I use today even though I couldn't name a single line of code he taught us that year.

    --
    My sci-fi novel, Ghost Thief, is now available from Amazon.com.
  28. We can't all work as greeters at Walmart, damnit! by kheldan · · Score: 4, Insightful

    Here's the fact of the matter: There are MANY, MANY older folks now, and they're already hurting for work. Guess what? There's going to be MANY, MANY MORE, sooner than anyone wants to believe. Turning us into Soylent Green isn't an option, kids, and despite what some of the edgier of you post online, we're not just going to 'kill ourselves' to make way for YOU. I don't know about the rest of you guys, but I'm actually getting stronger, quicker, and overall healthier as I get older, not fat, decrepit, and addled-brained. There won't BE any 'retirement' for someone like me, I'm going to WORK until I drop dead., most likely. You think there's a homelessness problem now? How about it being multiples of ten times worse, except it's all people who had professional careers at one point, and have been kicked to the curb for the 'new hotness' that will accept a fraction of the salary and twice the abuse with a smile? Meanwhile even Social Security means nothing, it's all going to collapse into dust long before someone like me and my contemporaries will ever be eligible to collect on it, despite paying a nice sized chunk of our earnings into it our entire lives. To make matters worse I see people getting stupider and lazier instead of smarter, more skilled, and more active; I see a recipe for disaster in the making, all so some dickhead CEOs can improve this quarter's bottom line, and get a bigger bonus. You want to see the U.S. get back on top with regards to innovation and tech in general? Stop pushing out the experienced people so you can hire know-nothing twenty-somethings for less pay.

    --
    Are YOU using the TOOL, or is the TOOL using YOU? Think about it!
  29. Re:Capitalism by Archangel+Michael · · Score: 3, Insightful

    There are two kinds of approaches to profit. Short term profit, risking long term viability, and long term approach to profit, that risks short term viability. A third kind, using a balanced approach, risks some of both; short term profit, long term profit in exchange for viability.

    Realizing that profit, viability and so on is neither good nor bad, but how we measure things is key to understand economics. Arguing "morality" in economics is simply a fools errand and distracts from free flow of commerce. PEOPLE on the other hand are supposed to act morally.

    --
    Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
  30. Re:Capitalism by Anonymous Coward · · Score: 2, Insightful

    I believe he understands it perfectly. He's just using the same "take it to the extreme" that the OP is using when doing a full and total damnation of capitalism.

  31. Re:Capitalism by gtall · · Score: 5, Insightful

    And if capitalism decrees that workers older than 40 should not be allowed to work any longer, we should salute capitalism because it has achieved optimum performance? Capitalism does a lot of things well, but it does a lot of things poorly as well. It underlies uninsurance companies cherry picking only healthy people, leaving government to pick up the tab on the uninsured and sick leftovers. Them includes many of those over 40 which no longer have jobs.

    Capitalism doesn't do well with pollution, it rewards passing that pollution onto someone else to clean up, probably government. It doesn't do well with global warming where it cannot point the finger quickly enough at those causing the problem since it may not be a problem until 40-50 year after the pollution that causes it, leaving government to figure out what to do.

    Capitalism doesn't do well in funding poor people to go uni so they'll get better jobs since they have precious little capital to secure the loans necessary to go, leaving government to provide those loans in its stead. Capitalism gives us payday loan sharks so the gullible get gulled more often, many of these tend to hold low paying jobs with little education leaving government to pick up the tab.

    See a trend here?

  32. Re:let's be real for a second by HornWumpus · · Score: 2

    If it is in production it is obsolete.

    --
    John McAfee 'It was like that time I hired that Bangkok prostitute; to do my taxes, while I fucked my accountant'
  33. Re:Slashdot is reactionary. by ckatko · · Score: 2

    I love how any mention of qualified programmers means you automatically generalize them to white and entitled. Who's the real bigot here?

  34. Re:Capitalism by plopez · · Score: 4, Informative

    Norway is socialist. UK is socialist. France is socialist. etc. You hve no clue what you just said. If you had said 'Stalinist' or Maoist' I would have agreed with you. In addition Chile and Argentina are very capitalist and yet did everything you said. Therefore all Capitalism is bad.

    --
    putting the 'B' in LGBTQ+
  35. Younger developers ARE better. Sort of. by pseudorand · · Score: 3, Interesting

    I'm 36, so I worry about this. But I think younger developers really are better because technology changes so quickly and they've had more free time recently. When I was in college, I'd stay up until 3 AM "hacking". I got really good at all the latest stuff. Now I work 40+ a week on what is now older technology (because if it's working, don't "fix" it). I have a family and house and all sorts of other time sucks that mean I simply can't "hack" until 3 AM on a regular basis. Some of my experience means I'll make better decisions than the wet-behind-the-ears crowd. And it also means I can probably learn new technology faster, despite my less-squishy grey matter. But even at a faster clip, the huge advantage in time a college kid smart enough to not need to study much has means he or she will simply be better at the latest technology than I can possibly hope to be. And the quick turnover in technology means the value of my knowledge is falling quickly while the value of the young guys knowledge is on the rise. He or she will get a job and a family and be in the same boat soon enough. But the claim that my "experience" is somehow universal and timeless is simply a load of crap. In technology, experience is an ever-fleeting thing.

    That's why the guys who jump ship every few years do so well. They jump not just for higher salaries, but for the opportunity to learn the latest technology on the job before their existing knowledge becomes so completely useless that they can't get a new job.

    To an employer, they have their best employees jumping ship frequently and see the just-out-of-school kids with a working knowledge of the technology they're moving towards. You can almost not blame them for crying about a broken labor market. Almost.

    But employers know all this. Since technology changes quickly, they HAVE to train someone -- either their existing (read "expensive") employees have to learn new technology or some new hire (read "cheap") who knows the new technology has to learn the deeper engineering things that one gains only through experience. Since they're going to have to pay someone to learn something either way, who can blame them for choosing the cheaper option. Sometimes us old dogs would have done it better and cheaper, but its a risk and we all usually take the less risky option.

    I'm not sure I have a solution to all this, but we need some system that encourages those of us with experience to help the young guys learn the timeless things and also gives us free time to learn the ever-changing things. Maybe an apprentice system like they have in Germany or something.

    What's NOT the solution is importing cheap, disposable labor from overseas and then shipping them back home when their expertise is no longer the latest and greatest. That does nothing but help the rich get richer at the expense of both US and foreign workers.

    1. Re:Younger developers ARE better. Sort of. by JustNiz · · Score: 2

      >> What's NOT the solution is importing cheap, disposable labor from overseas...That does nothing but help the rich get richer

      Agreed but unfortunately it is exactly those guys that are making these descisions and to add insult to injury they are getting rich from it.

      As a Brit now living in the US it boggles my mind how such short-term thinking remains so prevlent in the US and even more counter-intuitively, how it succeeds so much.

      Perhaps its because apprently nearly all Amricans view literally everything as being short-term and throwaway. I don't know if its cause or effect since compared to the rest of the world, hardly any product or service you buy in the US is all short-term too. Nothing has any quality, or iis done if it just improves the future, or is built to to last beyond the point of sale. For example, I noticed that compared to living in the EU, in the US you very much more often have to return things becuase they're faulty or broken, and many companies blatantly treat their own customers as inconvenineces. I suppose growing up in that environment makes Americans just think that what would be unacceptably low-quality anywhere else is actually whats normal, and that effects US companies thinking too.

      I honestly can't see how as a business model that thinking is even sustanable let alone successful, yet it really must be since it wouldnt be so prevalent otherwise.

  36. Re:Capitalism by jythie · · Score: 4, Insightful

    Arguing morality in economics is critical for understanding real world systems though. It is only the simplified toy systems where morality is dropped in order to make the models easier to work with.

  37. Re:Stability by Deep+Esophagus · · Score: 3, Interesting

    In addition to your good point about experience, stability is also a key factor. I have been with my company nearly 25 years. In the past five years, I've seen some amazing kids come along who could do 2-4 times the work I do (and probably at half the price)... but as soon as they've buffed up their experience points and leveled up, they're gone.

    My skillset may be largely obsolete, but I know the product inside and out from a user/business perspective, and although it takes me a bit longer to learn all this newfangled dot-net-this and agile-that, I'm willing to do whatever it takes to stay relevant and stay for the long haul.

    Now if you'll excuse me I need to get back to studying up on this new language called HTML. <flash>Hello, world!</flash>

  38. Re-inventing the wheel by phorm · · Score: 2

    Re-inventing the wheel tends to come with two big issues
    a) You didn't need to do it, somebody already did but you lacked the knowledge of existing methods/utilities. Time wasted
    b) You decided to invent your own wheel anyways, because in your opinion it's "better". You then miss a bunch of bugs that have been fixed since the invention of the original wheel. Your wheel turns faster, but falls off the wagon on the first pothole.

  39. Re:Capitalism by shmlco · · Score: 3

    I don't think that word means what you think it means.

    It was and communism and totalitarianism, not socialism, that lead to Stalin's purges.

    --
    Any sect, cult, or religion will legislate its creed into law if it acquires the political power to do so.
  40. Getting an offer is not the problem... by SnapShot · · Score: 3, Interesting

    As a 40+ developer getting job offers has (as of yet) not been a problem for me. Getting offers that equal my current salary (much less result in even a minor raise) is much, much harder.

    --
    Waltz, nymph, for quick jigs vex Bud.
  41. Re:Not ageism per se. by SnapShot · · Score: 2

    Thank goodness you didn't learn Puppet. That would have been a waste of time. Everyone knows that Chef is the devops tool of choice. However, by the time you read this, Chef will probably be supplanted by Ansible or Salt so don't learn Chef, either.

    --
    Waltz, nymph, for quick jigs vex Bud.