"Logan's Run" Syndrome In Programming
Ian Lamont writes "InfoWorld has an interesting analysis of the reasons behind the relative dearth of programmers over the age of 40. While some people may assume that the recession has provided a handy cover for age discrimination, a closer look suggests that it's the nature of IT itself to push its elderly workers out, in what the article describes as a 'Logan's Run'-like marketplace. A bunch of factors are listed as reasons, including management's misunderstanding of the ways in which developers work: 'Any developer can tell you that not all C or PHP or Java programmers are created equal; some are vastly more productive or creative. However, unless or until there is a way to explicitly demonstrate the productivity differential between a good programmer and a mediocre one, inexperienced or nontechnical hiring managers tend to look at resumes with an eye for youth, under the "more bang for the buck" theory. Cheaper young 'uns will work longer hours and produce more code. The very concept of viewing experience as an asset for raising productivity is a non-factor — much to the detriment of the developer workplace.'"
Eventually people do tend to get promoted beyond programming positions.
Not only are younger coders generally cheaper, they also generally are more into the "new technologies" -- as a programmer gets older, it becomes almost a second job to keep up with the new technology as it comes out, and at some point I suspect that many just decide it's easier to get off the carousel and go find something else to do.
As an example, if you've been coding in COBOL for 20 years, Java can be an awkward language to learn. However, many new grads in the last 10 years learned Java as their first language. As such, even though the senior coder probably would perform better in the long run (due to more experience with designing efficient algorithms and more knowledge of internal business processes), management would likely hire a couple of recent grads rather than pay to have our COBOL programmer trained in Java.
Modding "-1, Troll" is not a proper response if you disagree with me. Try reason.
As others have already noted, the career path of technical people often moves beyond "just programming" at some point. By the time folks have reached 40, they've (hopefully) got a good sense of how to make good decisions about what products and features to develop and how, not just how to write efficient code.
While some of the technical leaders in my area do write some code, the bulk of what they are needed for is making decisions about what we ought to be doing, and providing guidance for the younger programmers or ensuring quality communication with other lead developers.
The summary says that it's not merely age discrimination, then goes on to say that they hire younger workers because they are cheaper, without bothering to account for experience.
That is age discrimination.
What a horrible, stupid summary.
I'm in my mid-40s and my buddy at work is in his 50s. We run circles around little whipper snappers from R&D and standards to best practices, hands down programming, etc. To actually find someone young that has a real CompSci degree (MBA and MIS doesn't count), real experience or even a fundamental understanding of OOP, RDBMS design, security, static code analysis, etc. is far and few between. Keep on hiring cheap labour (Ranjit and Chad from Tech & Talk) and we'll keep on debugging and fixing their code!
the problem with having older programmers like myself is that they are fully tired of being jerked around
by incompetent management. if you've worked in 20 shops, and run a few yourself, you're alot less
likely to happily pull an all nighter to try to get the release out the door. you understand
that this all could have been taken care of months ago, and you went to some pains to point that
out then.
the other kind of older programmer has just given up. they know better, but they understand
that bitching isn't going to solve anything and they need the health insurance. they look alot
less capable then they are because they just agree with everything and try to get out the door
by 5.
younger programmers dont know any better, they will believe whatever you say
Across every industry I've been involved in, a good piece of advice from an old business mentor has held true:
When you pay an expert $100 an hour, you're not paying them for the hour. You're paying them for the years of experience they have plus an hour of their time.
This also dovetailed well with what a mechanic told me when I was trying to lowball him: "When you pay peanuts, all you get is monkey business."
True, but if it's for a job doing
Why was that necessarily a bad thing? Asshole young punk bosses aside, why do you want a boss that's older then you? Is it some old-fashioned respect to elders you demand? Do you feel passed over for that position?
Bossing, and doing are two different things that don't have much overlap. It's good for a boss to be knowledge about what his worker bees do, but it's really not that crucial. And the skill overlap between a boss and a worker is hardly anything. Ok, sure, the skillset of a boss includes babysitting, settling disputes, wagging fingers, and sucking up to higher-ups. All sort of common sense skills that anyone could have, but not a specialty of workers. Seriously, why the hell do people stop doing good work and become bosses. Why isn't there a bachelors degree in management with entry level boss positions. Why are bosses paid more?
Inertia isn't reason enough.
Is the younger generation of programmers really that arrogant to think that older programmers don't know and learn new languages and coding trends? it is my experience that the best coders out there are those over 40. Not only are they on top of technologies that are current, but they understand why those technologies came to be and what they helped to improve. Many of them learned on the job, in a budding industry.
Just a few days ago there was a post right here on Slashdot asking how easy it was to cheat in CS. Based on the forum discussions, a significant number of students today get programming degrees and can't produce a lick of decent code.
This is NOT to say that there is not an abundance of exceptional young talent, there is, and they deserve good work and decent pay, but this is in defense of those who helped pave the way.
Life takes interesting turns, but the most interest is when you're off the beaten path.
"The fact that you have 30 years of COBOL experience doesn't help you if you don't learn new technologies."
learning a new language is easy. Learning to program is hard.
c, java, c#, php, perl, are all very much alike. Once you know one learning the rest are easy.
In your typical application program so much code is now offloaded to the libraries that once you leave school you are unlikly to have to write a HASH or a sort every again.
What experence teachs you is when you need to use a hash vs a btree.
See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
There is a third kind of older programmer: disillusioned with crappy management but still wanting to do development, they strike out on their own. They either go freelance as some sort of contractor/consultant, or found their own company and bring in other people to do the business side of things while they stay technical.
If you disagree, post your argument. (-1, Overrated) isn't your personal censorship tool for views you don't like.
I was once young enough to work 16 hour days. Now I know better. That is the entirety of the "problem".
Literalism isn't a form of humor, it's you being irritating.
No really. A good programmer should be about to apt to any language or hardware. The examples you give show the typical "young guy's" view of programming, that is "every type of programming is just like my PC and I and always use the language and tools I choose." Where I work we use dozens of languages, multitudes of hardware types, and various coding practices (real-time, safety critical, OO, etc.). Sometimes we are called on to update or upgrade systems running on obsolete hardware, using obscure languages like Jovial, and tools that are 20+ years old. Your run-of-the-mill Java Boy just out of school can't do that.
learning a new language is easy. Learning to program is hard.
QFT
IANAP but have written code as a hobbyist. I'll spend hours writing and rewriting something only mildly complex because, while I understand the languages and syntax well enough, I use trial and error to find the right methods. Starting with only a vague idea of how I want something to work doesn't help, either. Good programmers know the right methods already, and learning how those methods are applied in any particular language is trivial.
Eagles may soar, but weasels don't get sucked into jet engines.
Just wait 'til Y3K rolls over and we old COBOL proggers will be sought after again!
Ok, aside of lame jokes, it's a misconception that "you have to know $language_FOTM to be useful". You have to know how to program to be useful in the long run. Of course, all those fast breeder COBOL programmers that were cranked out 30+ years ago when COBOL was the be-all, end-all language of the trade will not have any future. Neither will the same kind of fast breeder .net codemonkeys have any. They will be used now 'til nobody cares about .net anymore, then they will be tossed and retrained to ... car salesmen or whatever needs more people then.
What's left is programmers who do not learn a programming language but to program. It does not matter if you write C, C++, Java or C# code. It's basically the same concept. I could see that there is a genuine difference between an imperative and a descriptive language, but ALL the languages mentioned above ARE imperative. If it does matter to you that you're supposed to use a different one, you have no right to call yourself a programmer in my eyes. Because the algorithm does not change. The words you write, the symbols you use and maybe a few tidbits to take care of do. But the foundation stays the same.
Programming is not knowing an API by heart. That's something help files are here for. Programming is not knowing what library contains what functions. Check your manual for reference. Programming is knowing how to translate a problem into code. What language is used to do that translation is not important.
We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
Experience is key. The issue is that new applicants coming out school have more experience with .NET, Java and they key technologies that many industries are looking for today.
Arrant crap. The best programmer I know is in his 60's and got his start on IBM mainframes. He's the go-to guy when you're writing a new OS for your next imbedded application. As others have already said, once you've been through a few languages, JCL, Cobol, Fortran, C, C++, Java, TCL, the next language doesn't even register as a 'new' language.
The reluctance of younger managers to hire older programmers has less to do with skill and ability, and more to do with psychological factors such as an older programmer's ability to instantly see the folly of what a younger manager wants to try. Been there, tried that, fuggetaboutit.
Best regards.
We had to improvise close parenthesis by taking an opening parenthesis and then standing on our heads.
-kgj
That was a bit racist, don't you think?
I am an "Indian" (actually Sri Lankan) Developer, who started programming when I was 7, on a Sinclair ZX Spectrum (not just Basic, but loads of yummy Z80 Assembly). I was brought up in the UK.
My Father-in-law is also a Sri Lankan Developer, who was brought up in Sri Lanka, yet has worked in USA, Singapore, and UK on lucrative contracts.
When we say that we are EXPERIENCED Developers, you can count on that. We earn craploads of money, fixing the bugs created by other so called "senior developers", who then get pushed into PHB/Management roles, still earning less than us.
So stop being a bigot, and prejudiced.
Have a nice day!
On the other hand, the guy with thirty years experience probably expects to leave the office at the end of the day and not work overnight and on weekends. The guy with one year of .NET experience may even believe tales like "We're going to have to put in a few extra hours to finish this project, but we'll make it up to you after we ship", "That's the way everybody in the industry does this" and "I'd hate to see you have to leave the company because you didn't want to be a team player".
While the more experienced developer is obviously a valuable addition to a well run team, Junior is much easier for a dysfunctional team to exploit, throw away and then replace next year.
Two years seems to be the developer half-life in most shops. By that point if you're worse than average they've canned you, and if you're better than average your responsibilities have grown to the point that you're spending as much or more time dealing with cross-team organizational bullshit as you are doing what you actually love (writing code) and hence wanting to quit. :) The thing is, I think every gig has problems, and often they're the same tedious set of problems, but people jump in the hopes that maybe, maybe the grass will actually be greener THIS time. (After a decade or two of corporate culture, further, it's all too likely that the truly idiosyncratic individuals will have accumulated enough capital and enough disgust with the system that they give it all the finger and go run a bar just to pick one prominent example.)
The other direct motivator that comes to mind is money. All too many shops hire you at a rate that approximates more-or-less-if-you're-lucky Market Rate for your skills and so forth, then want to give you sub-10% raises for ever and ever thereafter. Ergo it's easier to ramp your salary in tune with your experience by jumping periodically. This is perhaps most prevalent in the first ten years of a programming career as there are big deltas at roughly two and five and seven-ten years of experience as you start to [potentially] hop up the org chart some from junior to regular to senior dev.
So in short I think that getting fed up with a given situation and taking steps to change it for (hopefully, maybe not, probably not... but hopefully) the better is both normal and healthy. Or are you of the opinion that backing the same crappy horse for years is the best way to go through life?
News for Geeks in Austin, TX
While some people may assume that the recession has provided a handy cover for age discrimination, a closer look suggests that it's the nature of IT itself to push its elderly workers out... inexperienced or nontechnical hiring managers tend to look at resumes with an eye for youth, under the "more bang for the buck" theory. Cheaper young 'uns will work longer hours and produce more code.
I think I just read the definition of age discrimination.
Older programmers will typically not repeat the same naive mistakes again.
OTH
A large percentage of older programmers are unable to learn a new programming model. For example: Object Oriented coding. There are some who just do not get it and will write procedural code in object oriented languages.
by and large, programming as a field in general has such low status and poor conditions that I can't recommend it to anyone any more. Go into programming if you
a) want to likely suffer terrible age discrimination and a truncated career.
b) want to spend a lot of your time learning new ways of doing the same work*
c) want substandard pay for the effort put into the degree.
d) want to compete with people in third world countries who feel like kings on $15,000 a year.
e) want to be forced to work nights
f) want to be forced to get up at 5am
g) want to be forced to work holidays
h) want to be forced to not take a vacation over one week long
i) want to have no respect from the business at all (unless your business is selling software-- but then see EA so not even then)
j) want to be forced to implement stupid solutions that you know will fail because some lame brained executive won't accept your input.
* Don't get me wrong- some people like learning. But unlike plumbing, accounting, legal work, management, heck even engineering (which has a lot of training but minimal compared to IT), in IT, every 3-5 years, you pretty much have to toss out everything you know, learn the new "big thing" while ruthlessly ignoring good but dead end jobs.
Oh and
k) have a harder time finding a spouse given your lower status AND have a harder time keeping one given your unreasonable work hours and substandard pay and general societal low status.
She was like chocolate when she drank... semi-sweet at first and then increasingly bitter.
A related issue is the 'downtime' associated with some productive programmers. I have a really good, really experienced programmer that does work in 'cycles.' Super productive, head-down, jam until fixed/completed, then a period of 'less productive' research, a proclivity to chat, and some fooling around. Overall, more productive than most other programmers I've worked with plus high quality code. Outsiders (even 'IT outsiders' who don't understand programming) look and question this guy's productivity and wonder if he should be replaced with a less expensive option (i.e. 'hungry' newbie). Experience helps you see things the new guy won't and, in many cases, helps you be more productive instead of busy flailing around.
mu
Eh... I don't think the GP's post was quite as unfair as you think.
Don't get me wrong, I've worked with some amazingly brilliant and hardworking Indian developers, but at the same time, it really isn't a rare thing to see an outsourcing firm sell an experienced dev team that really really isn't. Often they will have one legitimately solid guy come, meet the company, and sketch out the initial design, and then you'll never see that guy again. Some variant of that's happened with every outsourced project that I've been involved with across a decent handful of companies and industries.
It's a shame that unscrupulous outsourcing companies are giving a whole country full of developers (incidentally, I'd argue that's nationalist and not racist, but maybe that's splitting hairs) a bad name, but most managers making the decisions don't know enough to tell the difference between the two.
The bachelor's degree in management exists (the Bachelor of Business Administration, known from the expression "The limit as GPA approaches 0 of the Computer Science Student is the Business Student"). But to get an entry level boss job without experience you usually need the MBA. Knowing the owners/board members/executives doesn't hurt either.
Why are bosses paid more? Well, because they're bosses. They're making the decisions on salaries.
Fact is, positions where you _do_ something will always be at the bottom of the hierarchy. To be a "higher up", you have to be higher than someone -- those who report to you. So unless you want to be on the bottom forever, basically just doing what you're told and with no real input into any corporate decisions, you have to go into management. Or into business for yourself.
Militaries make this explicit: you can be the best infantryman, combat engineer, tank driver, or whatever, but it doesn't matter; you're still an enlisted person and you still have to grovel to the most junior officer (manager) in the service. It's the same way in the corporate world, they're just less obvious about it, and there's more mobility from grunt to manager in most cases.
What experence teachs you is when you need to use a hash vs a btree.
Actually, school teaches you that. If it didn't, you were not paying attention in class.
"You can't allow somebody to commit the crime before you detain them." [Condoleezza Rice]
Ahhh, so you mean a programmer from a "code factory" based in India? And you are talking about code coming FROM such a coding factory?
Fair enough, your post implied that you meant "Indian Origin" programmers, which is way too broad a statement, hence my call on racism.
I do agree that those "coding houses" can be problematic, I myself, when working for LogicaCMG, had to fix code from the Bangalore Office.
Most often the case usually was that the "Engineers" had a chip on their shoulders for getting employment in a "large company", etc, and thought they didn't have to *learn* anymore.
Have a nice day!
Actually, school teaches you that. If it didn't, you were not paying attention in class.
You make a common mistake. Teaching is not the same thing as learning. Learning is what sticks and it includes knowledge that didn't come from the "teaching" end.
The issue is not about money or talent.
Failure of management (upper, middle or first line) to recognize ability coupled with a desire to streamline costs can do more harm than good.
I have seen cronyism, nepotism, corruption, theft, drunkenness, piss poor attitudes by both young and experienced workers.
I have seen managers that were aware of the above state that "they had no idea", and managers who took advantage of the situation by using the above information as leverage to ensure their own agendas were supported rather than corporate agendas.
It is truly sad that technological advances are crippled by flatlander mentalities.
The mind conceives, the body achieves, the spirit manifests.
just adding that.. most indian programmer that worth it would, like you, move out to earn the big bucks in USA,UK etc.. The problem are the one that stay in the coding factory because they won't cut it that get the well deserved reputation, and company still outsource their crap there.
Sure, but what do you think 40+ year old programmers have been doing for the last 20 years? We might not have been taught OOP but we've been using it since the guys who were taught it, were in diapers.
"Believe me!" -- Donald Trump
I have observed the opposite. The young 'uns want to go home early so they can party and come in late 'cause they partied last night... And at home, when I'm punching in some extra hours, I only ever see old farts still on-line.
The code is written in a verbose, heavily-commented, yet easy-to-read style, and actually does what it appears that it should?
I was once young enough to work 16 hour days. Now I know better. That is the entirety of the "problem".
My friend Amy, whose dad would be a year younger than me had he lived, is amazed by my ability to come home from work, drink with her until the wee hours, and get up and go to work the next day. Perhaps that's because I was never stupid enough to work a 16 hour day -- I don't live to work, I work to live. I've been like that since I started working at age 16. I'm 57 now and look ten years younger than friends who are ten years younger than me.
Hell, I once passed up a promotion just to not have to work overtime. Money is just a tool, and one should never let his tools get in the way of what you obtained the tools for in the first place.
Free Martian Whores!
I've been in the industry for over 20 years and I've never encountered a developer in all that time who hasn't "learned anything new in 20 years".
I'm nearing 60 and have a vast experience programming all kinds of stuff, especially control systems, including satellite and other very critical ones, and the only reason I can keep programming is because I know obscure proprietary systems like AMX, Crestron, Alcorn McBride and so on. I often get offered system administration and similar jobs but programming in C, Java and so on never, ever. And it's not money as I'm ready to program for 1000 euros a month, even less than younger people.
As someone else has already pointed out, the problem is top management that, at least here in Spain, are completely ignorant of technological issues and believe everything they see in crappy movies. They are not even capable of using Internet: they have a secretary to do this for them.
In my opinion, experience counts for more than anything else in software development. I am a 42 year old developer who has been programming profesionally since I was 18. I think it was at least 10 years before I would have called myself a true professional developer. Younger guys often have tremendous talent, but not the insight that the additional years add, not to mention the lessons learned. Almost all the newer platforms are simply iterations or maturations of existing development languages and platforms, having the experience lends itself to much quicker consumption of an environment and project.
That's not because he was old, it's because he refused to take the time to learn new things and keep current in his field. There is a BIG difference between those two things.
SJW: Someone who has run out of real oppression, and has to fake it.
Look, anytime you have HR (or anyone non-technical) hiring programmers you're going to have trouble. A technical candidate's value can _only_ ever be accurately evaluated by a more-senior technical person. If you're hiring any other way you're just buying by the pound.
Frankly, any organization that delegates its technical hires to HR is effectively saying "we don't need high-quality programmers." In that case, hiring young, cheap workers is probably the right move. I don't see the problem here.
Simpler than you think.
Those other older programmers who didn't get promoted to management are the biggest threat to the security of the ones who did.
It's much better for the new managers to have a slew of 20 somethings around who don't really know how the world works yet than a few older jockeys who could take his place fairly easily. The new managers damn well know the value of those other older programmers and that's why they get replaced.
It's very simple.
While some people may assume that the recession has provided a handy cover for age discrimination, a closer look suggests that it's the nature of IT itself to push its elderly workers out... inexperienced or nontechnical hiring managers tend to look at resumes with an eye for youth, under the "more bang for the buck" theory. Cheaper young 'uns will work longer hours and produce more code.
I think I just read the definition of age discrimination.
A better way to summarize the article would have been: "While some people may assume that the recession has provided a handy cover for age discrimination, a closer look suggests that IT managers use age discrimination with no excuses from the recession.
I'm talking about basic things like...
Design your code so it can be maintained.
Design your code for growth.
Design your code for debugging.
Design your code so you only write 20% as much code.
Code for risks first- do the easy stuff last.
Young pups seem to very quickly code things that do not scale, is hard to debug in production, and fails as soon as the number of transactions goes up by 20% from the specs. Which is what the old geezers did 20 years ago.
They are also murderous about writing huge amounts of unnecessary code because they have no design experience. Patterns and so on are helping them some by externalizing common programming experience and coding solutions but still... Indians were good back in 2002-2004 but lately they are doing the same things which means to me that we must be getting more college grads (and trade school grades) where as previously we were getting masters degree types with more experience.
Without guidance, a young person will write code which isn't documented... OR is overdocumented in areas you don't need it... or stupidly documented (' add 1 to the counter) with teeny variable names "tw = p1 + b" instead of "tableWindow = row 1 + offset" instead of "invoiceTableWindow = (startOfPeriod + weekOffset)"
They will write routines which are only used once. They will write code without optional transaction recording to log files so when someone says "why did this happen" your only answer is, "we don't know".
And worst, they'll write 80% of the project before finding out something is impossible or impractical.
The ideal matchup seems to be one senior person and two to four junior people. The senior person uses the juniors and code monkeys and enforces good standards and practices. High Productivity + High Quality. When we have contractors they do this-- but at a 20:1 ratio instead of a 2or4:1 ratio. The results are predictable.
She was like chocolate when she drank... semi-sweet at first and then increasingly bitter.
Don't laugh too hard, I've actually had someone accuse me before that my C code looked "too Pascal-ish". What? Readable and maintainable? You say that like it's a bad thing.
I'd say the only drawback is you dont see people putting in more than 50-hour weeks at the most.
IMO working more than 40 hours a week is brain-dead stupid, unless you love your work more than you love your life. Why in the HELL would anybody sacrifice any more of their precious time than they have to? Just a couple of decades ago if your job required more than 40 hours it was referred to as a sweatshop. A hundred years ago when it was easier to exploit the poor, twelve hour seven day workweeks were the norm.
Things are going backwards, and you dumb kids are helping it happen. STOP IT!!!
Free Martian Whores!
I don't agree with you.
Programming is much the same in most popular languages today. Sure the syntax migh be different and some new concepts might be used that weren't used before. Someone used to cobol might need to get up to speed with object oriented techniques before starting with java or .net. But the basic concepts of computer science apply just the same. Things like datastructures, access times in O notation, working with stacks and basic algorithms and all the other development processes alongside it will remain relevant no matter which language you use.
Mediocre programmers are good in one thing.
Good programmers are good in many things, and able to adapt to new things.
On the other hand, the guy with thirty years experience probably expects to leave the office at the end of the day and not work overnight and on weekends.
The more experienced programmer you won't have to work nights and weekends to complete the project. 30 years experience provides the foresight to avoid the development black holes that create the situations where you have to work nights and weekends to complete the project.
Who is John Galt?
Repeat with me. Software development != Building development.
"The fact that you have 30 years of COBOL experience doesn't help you if you don't learn new technologies." learning a new language is easy. Learning to program is hard. c, java, c#, php, perl, are all very much alike.
Barring the curly braces and common control structures, no, they are not. Not even freaking close to be alike by any stretch of the imagination. C very much alike to Java, C#, PHP? Perl? I mean, C???? Of these bunch, only Java and C# are mildly similar, and only superficially.
Once you know one learning the rest are easy.
The problem with that thinking is that you only think about trivial code examples of any of those languages. When you start using them for non-trivial tasks, you find that there are obscure semantic idiosyncrasies that either make or break you. There are APIs, infrastructures, architectural considerations and limitations that are unique to each and which is the meat of the knowledge required to actually program non-trivial systems.
This is not taking into account that in almost all non-trivial systems (specially in IT computing), you do not develop in one single language.
I do agree that learning (minimal learning of) a new language is easy but learning to program is hard.
I do not agree though, that the *rest* is easy. It is not. It takes months of immersion to get minimally proficient any each one of them.
In your typical application program so much code is now offloaded to the libraries that once you leave school you are unlikly to have to write a HASH or a sort every again.
Exactly the point. You still have to learn how to program by using those libraries. And you can't effectively know how to use them if you haven't burn the midnight oil in school doing many of those libraries from scratch. Because each of those libraries, each of those data structures and algorithms have pros and cons, run-time penalties and characteristics that you need to be aware of, and doing them from scratch is the only way to truly understand them.
What experence teachs you is when you need to use a hash vs a btree.
I don't know about you, but I learned that on my first 2000-level CS class in college, before even entering a 3000-level class devoted exclusively on data structures and algorithms.
Work is not the place to learn the basics. Employers don't pay us to learn the basics while we program for them. Work is where you get your experience which should consist of team work, domain specific knowledge, working under prolonged schedules (as opposed to working on throw-away programs for every class assignment), working with source control on a true system, knowing how to go live with a product, etc, etc.
Either you weren't paying attention in school, or your education was atrocious. Experience *is categorically NOT* the place where you learn how and when to use basic and fundamental 2000-3000 level data structures.
Totally agree. I don't know why people can't grasp the concept that no matter how much work you do today there will be more to do tomorrow.
I hear people all in a tizzy say, "I HAVE to get this done" and I just shake my head. Why? What will happen if you don't? A deadline will slip? They've been slipping for thousands of years. Yours slipping won't bring civilization crashing down. Use this crisis to learn to set realistic deadlines and manage expectations.
Now I'm not advocating being slack or lazy. Put in a full day's work. Work hard. Get things done. But GO HOME! If you can't set borders on your life and personal time, your employer will happily work you 80 hours per week - and you'll still have too much to do, just like when you were only working 50 hours a week.
I think some people just operate in perpetual crisis mode. There's something about the feeling of urgency and immediacy that drives and sustains them. Not me.
FWIW, I'm 41, been a programmer/"software engineer" for going on 20 years, have been at my current position at a large company for 10 years. All my customers praise my performance and results. I deliver solutions that work on time - with very rare extra hours.
I continue to enjoy the software development process: study problem, select solution platform, implement. I'm mostly a Java hack (learned Pascal & C in school), am picking up Groovy & Grails, do a fair bit of XSLT, and am getting more versed in "semantic web" technologies (RDF, OWL, Sesame). Being a coder does mean constant learning, but I'm finding the things I'm learning these days are "higher up the stack" than earlier in my career.
As others have pointed out, the young bucks tend to have fewer obligations outside work (read family), and are more eager to make a name for themselves impressing management. I don't know that there's a way to solve that. I enjoy my job, but it is a job; I have other things to do with my life. If management chooses to discard the institutional knowledge and experience I have, that's their choice.
That was a long rambling response, but it is a subject I am definitely familiar with and interested in.
- Jasen.