Things That Scare the Bejeezus Out of Programmers
itwbennett writes "Software developers are, by and large, a cool and analytical bunch, but there are a handful of things that strike terror in their hearts. Phil Johnson scoured developer forums looking for an answer to the question: What's your biggest fear as a programmer? The answers clustered into 5 broad groups ranging from being forced to learn or use a specific technology to working for and with incompetents. What's your biggest fear?"
Because I'd rather work at McDonalds for $8/hr instead of $2/hr as a programmer, but then again I'd probably just go live in solitude in the mountains somewhere, away from technology should she betray me in such a way.
And all the corporate client data gone ...
There are many things to be afraid of. I think my biggest fear is being irrelevant, something I feel greatly sometimes as the young hotshots come up from below and as more gray hairs appear. And because of my ADHD and dyslexia, I fear not being able to use my intelligence when I need to use it because my brain refuses to work.
But there are more terrible things to fear. The wrath of my evil cat when I step on her tail and what she leaves in the kitty litter that I have to clean up are two such horrible prospects. And when I was married, my wife was quite scary at times.
But really, when one looks at the big picture, the only thing to fear is fear itself (as FDR said). Accepting life on life's terms and not wasting time on trying to change things that can't be changed is what's important to me.
It's really quite a simple choice: Life, Death, or Los Angeles.
ITIL
Yeah, I hate working with white trailer trash as well.
Debugging multi-threaded code liberally sprinkled with delays instead of locks. I still have nightmares!
You assume that algorithms to spy on people work.
They don't, that's why despite MI5 knowing personally a terrorist they still managed to miss the fact he was a threat when he committed a violent murder in the name of terrorism on the streets of London a few weeks ago.
This is why many people including me dislike said algorithms, not because I have an inherent problem with them spying on people if there is just cause and they are an actual threat, but because I know that their algorithms when run against everyone and anyone can't possibly accurately separate real threats from innocent people and will result in manpower being wasted investigating, harassing and harming innocent people whilst simultaneously missing the real actual threats.
Average programmers being forced to write parallel code scares me more than anything else. "The multicore dilemma is actually a substantially worse problem than generally understood: we are headed not just for an era of proportionately slower software, but significantly buggier software, as the human inability to write good parallel code is combined with the widespread need to use available CPU resources and the substantial increase in the number of scientists with no CS background having to write code to get their job done." --The multicore dilemma (in the big data era) is worse than you think
They just can't leave the damn language alone.
Enough! Its already got a spec probably more complicated that the space shuttle , just let us get on with using it instead of throwing in ever more useless features that only ever seem to get used in job interview questions!
This happened to me. There's just no joy or pride left in my work. I'm in a slow useless never ending zombie mode. Struggling doing something as simple as opening up a code editor. Been looking to change my job for the last year, but I can't find anything of interest. I'm sick of programming, but it's the only thing I'm good at (or used to be good at). Retraining at age 40 to change my career? I think I'd rather just drink myself to death.
Seriously, web programming is for chumps, and it just keeps getting worse and worse.
Let's talk about having to support multiple version of multiple browser on multiple versions of multiple operating systems on multiple platforms, all with multiple sized screens.
Let's talk about the expectation of being an expert at a horrendous number of technologies like HTML, CSS, Javascript, Ajax, GWT, Java, JSP, EJB, XML, JSF, Facelets, JPA, JPQL, EL, SQL, PL/SQL, Regex, BASH etc. etc....for the one fucking project!
Let's talk about the expectation of being an expert at optimising different servers like Apache, Tomcat and JBoss.
Let's talk about the expectation of being an expert at load testing using various load testing suits.
Let's talk about the dismal state of Flash and Java Applets and HTML5.
I pity the poor web programmer (such as myself), for his or hers is surely a tortured life.
The previous person working on that code also had a fear, a fear of losing his job. So he or she thought job security could be increased by not documenting and not adding tests ;-)
New things are always on the horizon
Being given a big pile of code and being asked to maintain it with no test suite.
Each time you change it you could theoretically be breaking a ton of features. But there's no way to be sure.
I have an idea...write a test suite for it! Or no...perhaps that's too radical an idea.
Ezekiel 23:20
Being thought of as 'just about any worker.'
C is a fairly simple language to code in and debug. If you have problems with pointers - ie memory addressing - then seriously , find another vocation or stick to HTML because programming computers is not for you.
There is nothing to fear but fear itself.
What does that mean. We as a culture have gotten very fearful within the past Decade. The fact that we are afraid of so much stuff has created more problems to be fearful of.
Polarized Government: With people so fearful about a lot of things they will try to pinpoint the government as the major contributor. If you are right of center than Big Government is out to make your lives worse. If your are left of center then it is those Corporations that are out to make your lives worse. Those people who support your opposing side must be corrupted in some way. So they need to be stopped!
Obesity: Lets not leave the confines of our own homes because there are dangerous people around the corner who wants to kill, abduct or mug us. So you stay inside where it is "Safe" after a while you start getting out of shape, then you don't want to go out even more because you are out of shape and are afraid of being insulted by people who don't like the way you work. You would go to the Gym, but only after you lose 20lbs first (so you are not the Fat Guy at the Gym), but losing those 20lbs is hard because you are not going to the gym.
Economy: We need small businesses who can innovate (and much more than silly mobile apps). However people are afraid to start businesses because there is a chance that they will fail. Or get some lawsuit for stepping on some bogus patent or make a product that someone misused and hurt themselves. Combined with the fear trying to meet current regulations that you don't know about. Also fear of looking for an other better job because of uncertainty on how well other companies will last combined with companies fears about the same thing preventing them from hiring.
If something is so important that you feel the need to post it on the internet... It probably isn't that important.
There's nothing in that list (with the possible exception of "being forced to use a specific technology") that wouldn't apply to just about any worker.
Programmers fear incompetence because they see it everywhere, even where it is not. They just don't recognize the value of thinking that isn't exactly like their own, or skills they don't have. So, this one applies to many, but to programmers more than anyone.
Programmers fear screwing up because they are in the business of automation. They can screw up many things all at once. Complete failure over a trivial error, because computers don't have common sense to ask, "are you sure you meant to do that?", or, "what does this mean?". This one also applies to anyone building something that can injure people, but not to most other people. Most people can only screw up one thing at a time, or have people receiving the product of their work, who can sanity check it.
Working at a place where I don't have admin rights on my development machine.
Or perhaps project management pushed deadlines way too hard and the devs did away with the useful-but-time-consuming stuff like tests & comments.