Coders Aren’t Assembly Line Workers
Clive Thompson wrote a thought-provoking piece in Wired, The Next Big Blue Collar Job is Coding.
The usual definition of blue collar work is manual non-agricultural labor. Examples include coal miners, aircraft mechanics, longshoremen and assembly line workers. Some blue collar occupations require highly skilled workers with lots of formal training while others require only minimal skills.
By the traditional definition my job as a software engineer would be considered white collar—if you can say that about a job whose workplace environment is more like “collar optional.”
So when Thompson says that in the future coding will be a new category of blue collar job, he obviously doesn’t mean that future software developers will need to get their hands dirty. I think this is what he is saying:
- There is a growing category of coding jobs that will be well-suited to people who either currently have blue collar jobs or would have gone into blue collar jobs in the past.
- These new jobs will be open to people without four year computer science degrees.
- These new jobs will offer long term stability and middle class wages for coders who will write the kind of everyday code that doesn’t require superstar abilities or an advanced degree.
The image of the coding superstar
When I got started as a software engineer, if you were to ask people to picture a coder, they’d picture someone similar, except instead of a hoodie, the fashion would be more glasses and a button-down shirt, possibly with a pocket protector.
Basically, my dad.
If software developers of the future shed some of their hoodied superstar image, that will be just a return to the past.
Lower barriers
My first programming job was at a technology company located along Boston’s famous Route 128 high tech corridor. It was a summer job I took after finishing grad school. I remember noticing at the time with some amusement that the HP Apollo computer workstation on my desk had probably cost the company about as much money as a year’s worth of my salary. It was definitely not the sort of machine a person would buy for their home to pick up programming in their spare time.
But that was the last time. At every software development job I’ve had since then, my main work desktop machine was a commodity PC running some version of Windows or Linux. At one time one needed to be at a university or work for a high tech company to get access to expensive computers and software development tools, but now it is easier and cheaper to acquire the tools necessary to learn programming.
You don’t need a computer science degree to be productive
I once worked at a company that produced software that banks used to create home mortgages. We were a small team that included several software developers, but also people who were experts in mortgage banking. Some of them had previously had jobs in banks as underwriters or loan officers.
There are lots of rules about how mortgages worked that our software had to reflect, like if this field was filled in one way, then the loan was not FHA compliant, and then you needed to fill this other field over there, and so forth. If we had been a bank, we probably would have had the mortgage bankers write up a whole lot of specifications, and they would try to explain all these rules to us software developers, and we’d try to implement them.
But that’s not how we handled it. Instead we had a simplified programming language built into the application itself that handled business logic, and we showed our mortgage experts how to use it.
The original thought was that most of this code would be short expressions or one-liners, but as the needs of the application grew, and the level of comfort of the mortgage experts grew, more features were added to the embedded programming language, and the size and sophistication of the business logic code grew as well.
Effectively, everyone in the company was a coder, even though only some of us actually coded in C++ or had a formal computer science degree. Even the employee who had started off as an office and project manager became a coder too.
The real power of this arrangement was that our mortgage experts who really understood the business rules had the tools to actually implement them. They could see the effects of their changes immediately, and they didn’t have to go through a cumbersome process of trying to explain their domain expertise to a software developer to get every little change done.
If I had any advice to someone who wants to learn coding as a way to retrain themselves from whatever their current expertise is, I would say look hard for ways to leverage what you already know. What you may lack as a novice programmer can be offset by other deep domain knowledge you may already have.
Agile Development is a form of Lean Manufacturing
Many software developers practice a form of Agile Development. Agile practices are themselves a subset of what are known as Lean principles, which were developed by Japanese manufacturers and whose practices have spread widely in the US automobile industry and elsewhere. If a blue collar worker at an automobile factory is currently practicing lean manufacturing, that worker may be surprised to find out that lots of software development works by the same principles.
On the other hand...
The implication is that one can learn enough coding skills to get a job writing easy code, and then settle into a long stable career writing more of the same. Maybe, but I doubt it.
The world of software development changes rapidly. Even if we need a lot more developers, that won’t change the fact that keeping up is a continuous effort. Even if the barriers to entry are getting lower such that there are programming jobs that do not require a four year computer science degree, that is still just the foot in the door. Once on the job, you will need to keep actively improving to keep up like the rest of us.
To put it another way, there may be more entry level positions open to people with less training, but that training will likely grow stale. A boot camp program might prepare you for a job, but what you learn today in a boot camp will almost certainly be different from what you would learn two years from now.
What about Devon? He’s the programmer mentioned by Thompson who helps maintain a -security-software service in Portland, Oregon. He describes his job as stable and rewarding. I believe him, but if you look under the surface, you will see that his field doesn’t stay still for long.
Think about all the recent news items you may have heard about Vault 7, Russian hackers, corporate data breaches, and the like, and you realize that there is nothing placid and static about running a security software service.
I would imagine that keeping up with the field of software security would be a continuous stream of new challenges, which is exactly the sort of thing that makes a job interesting over the long term.
The elimination of toil
Thompson is not the first one to observe that there is a lot of coding that doesn’t require superstar developers. It is tempting to extrapolate that in the future we’ll need a lot more of that kind of code, and therefore in the future we’ll have lots of people employed writing lots of easy code.
That prediction has been made before, and every time it failed to materialize. It could be that this time is different. But I doubt it.
For virtually every software development project, there is some part of the code that is so routine that one does not need a lot of skill to implement it. Once the project is a success, a new, more ambitious project is planned. If you were to use the same process as the original project, that new project might require 20 times as much of this routine code.
You might think that if the first project needed 2 developer to do the routine coding tasks, that now you are going to need 40 developers. Okay, go hire another 38 JavaScript slingers!
But that’s almost never what happens.
Instead, you take some of your best programmers and try to figure out a software solution to reduce your routine code problem to something more manageable. This effort might not have been worth it on the original project, but at the scale of the new project, it’s worth the effort of two expert developers to devise a way to eliminate the need for 38 more novice developers.
In fact, developers have been known derive a certain perverse pleasure in devising ways to automate any repetitive process. This is because doing something repetitive 100 times may be easier than building a tool to do it for you, but building a tool is fun, and doing something 100 times is boring. This is known as “inspired laziness.”
This pattern has been repeated routinely through the history of software development.
If you are that novice developer writing routine code, and you hear that a project is coming down the pike that will give you 20 times more work to do, this is not the time to rejoice. Your job is not safe.
If the company you work for suddenly hires another 38 novice programmers to deal with the big new project they’ve got coming down the pike, this is definitely not the time to rejoice. Your company is not safe.
If you want to become a coder for the long term, your first goal may be to get a job, but then your next immediate goal is to graduate beyond the novice stage.
In the future, there will surely be more software developers coming from all backgrounds, blue collar included. But I don't see them joining a new permanent class of career “JavaScript slingers.” I expect that many of them will become the future’s experts and superstars too. Hoodie optional.
****
Please join the conversation...
What do you think? Comment below.
Thanks for reading. Please like and share. You can find my previous LinkedIn articles here (https://www.dhirubhai.net/today/author/davidpmax).
Cover art: Photo of Data Direct call center in Dubai (not coders, as far as I know)
Internet Policy Analyst
7 年Looks like my future office lay out
A great article, the important aspect of graduation (when you spend 4 years in the college) is that "you learn how to learn". When you are on technical side (for that matter any job) you need to constantly learn. Recently, I had come across a news about some services company hiring kids straight out of school, not sure how much would they be effective in a long run. This company would have definitely hired the talented ones from the school but in this process of low-cost work force hiring, I think they will be deprived of reaching to their full potential in life.
The pink collar ghetto is a known problem in coding. Excluding them from this discourse is contributing to the problem. "All backgrounds" should include all people.
Community Builder - Blondin Enterprises Inc. and for Mission BC
7 年Well put. Enjoyed the read. Shall we coin the term tech-collar workers? (patent pending :) )
Master Business Administration
7 年Great article - makes a great defense for alternatives to high-priced college education as an entry point to a profession.