vote up 0 vote down star
2

It is an obvious fact that programming is a form of engineering which is very easy to quickly dive into.

Almost all programming languages (excluding proprietary ones) are free of charge, many programming tools and environments are free and open sourced, and the knowledge (== code snippet, if you wish) is one google-click away.

I assume many of us see in our day-to-day work examples of coders (and those can be our customers, integrators, and even fellow programmers) which sometimes lack the very basics of programming knowledge and simply found themselves coding for hire for someone who hired them for an ad-hod job.

Be it because they never got formal and thorough education (and I am absolutely not arguing that this is a must - MANY talented programmers have no formal education), or any other reason.

Even here at SO, we see many questions which we would love to answer "hey pal, stop copy-pasting code snippets and start understanding what you are doing".

Do you think programming is abused by amateurs? If so, why?

flag

I don't understand the question here. What does "abused" mean? Do you mean something like "is the 'art' of programming harmed by amateurs?" – Outlaw Programmer Feb 23 at 17:56
we were all amateurs, once. – Steven A. Lowe Feb 23 at 18:11

closed as not a real question by bdukes, EBGreen, le dorfier, Steven A. Lowe, chaos Feb 23 at 19:09

16 Answers

vote up 13 vote down

Programming isn't abused really...

Amateurs will not code as well at first, of course, but they will learn. That's not abuse, it's just a learning curve.

I don't consider formal education that much of a help--experience, just doing it for years, is all that really matters. I've seen people with 4 year degrees who couldn't code as well as high-school kids who'd been hacking for 6 years.

link|flag
Thank you! It's good to see others spreading these beliefs! – NTDLS Feb 23 at 17:43
vote up 5 vote down

Isn't that true of anything that an amateur attempts? It's the nature of inexperience combined with the pressure to perform. It's ego and inability combined into one.

link|flag
In my opinion, programming and software development is much more subject to these kinds of attempts... Would you not agree? – Yuval A Feb 23 at 17:31
@Yuval A: I wouldn't say that. I think that because this field is of importance to you, you would notice it more than in others, and your skill is what allows you to differentiate between the rank amateur and the skilled professional. – casperOne Feb 23 at 17:35
@Yuval A: It should be noted that being an amateur is not necessarily a bad thing. We all have to begin somewhere. – casperOne Feb 23 at 17:36
You can't copy-n-paste with a guitar in your hands, you can't copy-n-paste with a saw and hammer in your hands, you can't copy-n-paste with a car and a wrench. In programming, it's MUCH, MUCH more prevalent to have amateurism running wild. However, it's those who don't seek to improve == problem. – HardCode Feb 23 at 17:39
vote up 4 vote down

It's got nothing to do with the amateur/professional distinction. I've met plenty of professional programmers who were truly dreadful.

And the best programmer I've worked with in nearly 20 years in the industry had no formal education after high school.

In fact, I'd go as far as to speculate that the majority of professional programmers are poorly skilled, and narrow in their thinking. Even the technically knowledgeable ones, in whose hands the narrowness of thinking I'm referring to can do a lot more damage.

As in any field, the ones that are a lot better than average are rare.

link|flag
vote up 2 vote down

If they're programming for a living, then by definition they're not amateurs.

Amateurs screwing up don't bother me at all. Hopefully they're enjoying themselves, and with any luck they won't do much damage to anyone else. (Of course, if you sign up to a web site run by amateurs, and give personal information which is then revealed due to their incompetence, that's a problem...) It's professionals screwing up which is a more worrying issue, IMO. Bear in mind that almost every article on The Daily WTF is about how a professional has screwed up.

Eric Lippert has a great post on "cargo cult programming" which I think it relevant to all of this, by the way. Well worth a read.

However, I don't believe the solution is to tell people to understand - it's far better to help them understand. Lead them by the hand, explain why it's not a good idea to do a particular thing, etc. We were all newbies once. Some of us may have had a better attitude to learning (rather than copy/pasting) than others, but it's still worth trying to improve matters everywhere we can.

link|flag
vote up 2 vote down

No, and certainly not abused. I think amateurs do programming, but that is true about electrical engineering, car mechanics, amateur radio... Not that I say anybody doing these things is an amateur, but amateur do them too.

link|flag
And the good thing is: although you can easily shoot yourself in the foot with amateur programming, the consequences aren't even in the same ballpark as with electrical engineeriing or car mechanics. – Manni Feb 23 at 17:41
vote up 1 vote down

What are they abusing? Amatuers don't get paid. Now the people who are doing the hiring that can't tell the difference, they are abusing their position.

link|flag
vote up 1 vote down

There is a lot of variation in what we call "programmers", which is exacerbated by the wide range of programming domains (shrink-wrapped software vs. web sites vs. line-of-business vs. etc.).

Some of us are doing it for the money, while others are mainly in it for the intellectual pleasure, and others are doing it for the chicks**.

Some of us do it as a hobby, while others spend 80 hrs / week with a code editor. Some of us are just beginning, while others have been doing it for most of their lives.

It's a new field, and we are still learning what "good programming" looks like. Programming is still very hard. See the debates and controversy on this site, usenet, and any time two programmers come together for evidence.

There's a lot of money to be made with some code, from Wall Street Excel spreadsheet macros to reducing headcount of tedious number crunching to selling advertising on Stack Overflow to selling a million copies of your software for $19.95. That gets everyone thinking they want a programmer (or should be a programmer).

All of this together means that there is a lot of code being written by a lot of people in a lot of different ways. Most of it is crap++.

** Please let me know if this works for you.

++ Especially mine.

link|flag
One should also mention the combination of your assessments. e.g. The "programmer who has been doing it all his life as a hobby and still spends 80 hours a week with a code editor just for the intellectual pleasure." – NTDLS Feb 23 at 19:21
vote up 0 vote down

If so, why?

Human nature?

link|flag
vote up 0 vote down

Yes. The reason is because people just copy code and do not understand what it is doing. I am not sure if they do not have the ability or desire.

I don't use any code I find from the net without understanding it. I am teaching a junior programmer who did just that, copied and made it work, but had no idea why. I am teaching them how to think about the code before copying it, but it is very hard.

link|flag
If you get into the habbit of using somthing you found without understanding it, it can be impossible to get out of it. However, if the person who is doing this has no desire to be a developer - I certanly wouldnt fault them for using somthing they dont understand if it helps them gets the job done. – NTDLS Feb 23 at 17:40
^^ 0 characters left ^^ (I was so proud of myself) – NTDLS Feb 23 at 17:41
Unfortunatly, your typo in "something" invalidates your acheivement. Oh, and the lack of ' in wouldn't. ;-) – Todd Friedlich Feb 23 at 17:50
They want to be a developer. Which is good, but I have to get them in the habit of thinking before they copy. – David Basarab Feb 24 at 0:52
vote up 0 vote down

Ctrl-C, Ctrl-V

link|flag
Just knowing the keyboard shortcuts sets you apart from the amateurs ;-) – Treb Feb 23 at 17:46
vote up 0 vote down

The decision is made by employers. They know what they are doing.

link|flag
At least they SHOULD know what they are doing. – Manni Feb 23 at 17:42
vote up 0 vote down

This is so typical. Amateurs are the real victim here. When is society going to stop defending programming?

link|flag
vote up 0 vote down

I think the answer would totally depend on your definition of “amateur”.

If you have no formal education and also happen to have a job as some sort of a developer than you should also make an enormous effort to understand what you’re doing.

However (and this goes against everything I stand for), if a Jonnie Office-boy breaks out good ol’ VB6 <shivers> and writes (or copy/pastes) a simple application that copies a file from one place to another in a manner that uses more resources than was necessary (at the same time saving him 3 minutes a day) - I wouldn’t fault him for that.

I guess my answer is: If you plan on having a development job or using your code/applications for anything other than personal use – than you must learn how to do things properly.

link|flag
vote up 0 vote down

I'll use carpentry as a simile. Most people with little training given simple tools can build a basic wooden box. A craftsman can build a beautiful wooden chest. Does that mean that only craftsman should make things? Sometimes all you need is a simple box. Also even the most experienced craftsman started by building crude simple boxes. Far too many people confuse simple education with mastering a craft. Sitting through four or five years of college does not make you an expert programmer. Only practice can do that. I am not saying that education is worthless, far from it, but more is need then just theory.

link|flag
vote up 0 vote down

There is 2 parts of problem.

  1. The programing environment is changes fast, and you can be experienced programmer in windows 98, dos and etc. but it doesn't really help. I mean, everything is changes fast, so learning is main ability
  2. Sometimes need to use some libraries where you doesn't know every ability of them, its time matter.

Conclusion : If you are programmer, you always amateur, :) in term that you always learning

link|flag
When people start paying you to do it, you lose your amateur standing. – chaos Feb 23 at 19:12
@chaos : people pay me for my learning ability – Avram Feb 23 at 19:26
vote up 0 vote down

There is some truth in that you can start "practicing" as a programmer with very little experience. By practicing I mean in the same sense as a doctor, dentist or lawyer i.e. professionally. When compared to other professions professional programmers are completely unregulated. You can write terrible code, that could cause financial loss to your employer/client, with little to fear in the way of long term career progression and professional reputation.

Doctors are not allowed to practice until a professional body has cleared them and given them a license to do so, if they make a grave mistake they can have their licence revoked. I would not advocate such stringent controls as those for doctors, but if you look at other disciplines - say civil engineering/accounting - there is an argument for regulated professional qualifications (not jut certifications).

Of course this does not apply to "hobbyists", or those learning and not working professionally.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.