vote up 0 vote down star
1

Edit: After asking this question in the worst way possible (and getting it closed) the answers have been great so thank-you. I think what was missed from my wording was not efficiency in terms of speed or size in computing: But loosing the mathematical, sequential, logical roots to higher level programming practice that takes for granted vast amounts of programming resources compared to other methods. It was more a question of the future programmers writing apps than current ones.

Thank you everyone who commented regardless of the question getting closed!


With all the virtual machines, managed-memory languages, and general babysitting of programmers by their tools ... are there too many abstractions and boundaries? To the detriment of programmer's mindset?

I just read that Microsoft is adding memcpy() to its deprecated API list too for security reasons (shouldn't the programmer know how to use these functions in a safe manner)

Seems to me that the skill level required to write good software is being replaced by layers of abstraction and cruft to stop programmers shooting themselves in the foot. At the expense of performance and understanding.

Does anyone envision a future of meta-programming where nobody writes code like today? Just UML->machine code or something equally as grim.

In 5 years time, will most programmers know what a Turing complete system is? Or what makes a problem NP-Complete?

Your thoughts.

flag

5  
Maybe make this a community wiki item? It is subjective. – Jonathan Leffler May 15 at 17:03
2  
Perhaps you can enlighten me about "what a Turing complete algorithm is." Five years has come all too soon. – mquander May 15 at 17:10
1  
Yeah. We know what Turing complete is. The point was that it was kinda humorous that you were getting up on this high horse about how programmers conduct themselves, then misusing that term. Mistakes are funnier when people who are being pompous make them. – chaos May 15 at 17:44
1  
Apology accepted. You will probably find a warmer and more enlightening reception for your question if you find a way to 1) make it less accusatory and confrontational, 2) make it more of a question-that-has-an-answer instead of a discussion topic. If you want to discuss this programmer laziness issue, you should probably go to a coding forum. There are lots. LOTS. – chaos May 15 at 17:49
1  
@ chaos, thanks for the input. My writing skills are not the best, and I asked the question in a slight mood after reading about Microsoft pulling memcpy(). The community here seem more interesting to ask a question to than one of the billions of coding forums :) – Aiden Bell May 15 at 17:52
show 7 more comments

closed as subjective and argumentative by Rob, Mehrdad Afshari, Cerebrus, chaos, 17 of 26 May 15 at 17:19

16 Answers

vote up -1 vote down

Thought number 1) looking at the new development publicity blitz by apple (and attempted but failed by the monkey-boy at M$), there're a few big companies trying to bring programming to the mass market. But that doesn't mean the population of good programmers is shrinking.

Thought number 2) karma whore :P

link|flag
vote up 1 vote down

No. Programmers are not getting lazy. We are getting better and better tools and thats a good thing. The fact that we do not need the skills that was needed 10 years, 15 years ago is not a bad thing necessarily.

This article talks about this phenomenon in a wider context but I think the same applies to programming.

link|flag
vote up 1 vote down

The problem isn't that programmers are lazy. Laziness is sometimes a useful trait in a programmer. It's that programmers aren't thorough, or that they're inexperienced, or don't always know the nuances of the business, the problem, the software, the techniques, the interfaces to other systems, or how to communicate.

link|flag
Like a mathematician laziness is good, I agree. But imagine all the best restaurants being replaces with McFastFoods – Aiden Bell May 15 at 17:18
vote up 6 vote down

You want to program at an appropriate level of abstraction for the problem you're trying to solve. Nobody is every going to program a microcontroller with UML. However, do you really want to program a SOAP based web service in assembly language?

link|flag
Interesting view. – Aiden Bell May 15 at 17:19
vote up 10 vote down

With power saws, nail guns and laser levels, are carpenters getting lazy?

The face of programming is certainly changing, but I'm not sure it's making us lazy. Rather, it's enabling us to do a better job of managing ever-increasing complexity.

link|flag
1  
I think that a carpenters work is better quality for having the tools? Can the same be said for higher-high-level programming languages? The programs are slower and no more function. Just simpler to program. – Aiden Bell May 15 at 17:17
It's faster, not necessarily better. The same thing applies for programming. Anyone can crank out crap, and faster than ever; quality still requires master craftsmen. This is just as true for furniture as for software as for any other craft. – Adam Jaskiewicz May 15 at 17:49
@Adam - This is true, I can carve a some nice oak up good with a table saw! – Aiden Bell May 15 at 17:53
vote up 2 vote down

I'm sure back in the '50s people where whining about just such issues as IBM introduced Fortran and programmers started using that instead of machine code...!-)

link|flag
Maybe so, but a regular expression engine or compiler written in .NET and ran in a virtual machine. That makes me uncomfortable. – Aiden Bell May 15 at 17:20
vote up 0 vote down

I don't think it's really about laziness, everything is getting easier over time and programming is just following this, well, trend. We can focus on really important tasks today, but you're right it's sad that in the future most programmers will not know who Turing was and that there is some algorithm named after him...

link|flag
As programming gets simpler, the systems running the programs become more generic and less efficient. The best tool is the right one, not always the easiest to code in – Aiden Bell May 15 at 17:35
vote up 23 vote down

In other news: buying food from a shop instead of making a spear and hunting it personally means I'm lazy and food is going to become inedible any minute.

No, programmers aren't lazy. They just appreciate tools helping them to be more productive. It's called progress. Maybe you'd prefer it if we all had to write machine code too? Or perhaps the compiler should trigger spikes coming out of the keyboard if you make a typo. That'd teach you to do it properly.

Yes, it's a good idea to learn topics properly. That's not incompatible with having tools and technologies which try to steer you away from screwing up.

EDIT: Now I'm not typing on a phone (on a physical keyboard with letters - I'm clearly going to become a "lazy" typist now, rather than those diligent people who have to press numbers repeatedly) I can make a more serious point.

I see three categories of people in this respect:

  • Those who are genuinely lazy: who never find out anything more than the bare minimum they need to get their app to compile and at least start. Testing beyond the splash screen is a matter for users. People like this have always existed, although it's now somewhat easier for them to get their awful code out of the door.

  • Those who embrace the new technologies, with a certain amount of caution, and who learn to use them appropriately. They learn the foibles, they study security risks etc, but they're glad they don't have to manually call malloc and free any more.

  • Those who think C programmers are spoiled, and that Real Developers use punch cards (if they're lucky). Any platform which doesn't make you sweat blood isn't worth using, and anyone who uses it isn't really a programmer.

I'd like to think I'm in the middle category. The questioner appears to be of the view that only the first and last categories exist.

(And yes, obviously these are extremes and everyone actually falls somewhere in between...)

link|flag
4  
ROFLOL at spikes coming out of keyboard. – Mehrdad Afshari May 15 at 17:10
1  
Where can I get the keyboard with the spikes? I can think of several uses for one of those (not attached to my own computer though)! – HLGEM May 15 at 17:33
The right tool for the job isn't always the simplest for the developer to code in. I shudder when I see things like image processing algorithms written in Perl. It might be simpler, but it may run alot slower per image processed. – Aiden Bell May 15 at 17:39
1  
And remember, kids, if there's a job to be done, VB is not the right tool for it. – chaos May 15 at 17:47
@Chaos ... VB, Nice – Aiden Bell May 15 at 17:49
show 5 more comments
vote up 0 vote down

I have struggled with this question too. For me, it's a matter of three things:

  1. Safe-by-default - not sure who said this, but the tools/libraries we use should help us 'fall into' doing somethign safely. it is possible to use memcpy safely, but it is also very easy not to, and not necessarily thru laziness!

  2. Productivity. A lot of the layers and cruft are there to improve our productivity. I don't think I'm too lazy because I don't want to write an XML parser. Plus, there are lots of folks much smarter than me to do stuff like that.

  3. Interest. let's face it - not everyone gets into this as much as we do. I love the theory, the history, and understanding 'the why'. But I fear we may be in the minority and systems and tools have to help 'everyone else' too.

Besides, I think 'laziness is inspirational' to find a better/easier way to do something.

link|flag
2  
Laziness is good, code less, do more ... but there comes a point when our CPU just runs a VM which runs a compiler written in the VM bytecode which compiles an interpreter for a new VM .... – Aiden Bell May 15 at 17:37
Ha! I LOVE that. Reminds me of the folly of using SQL Server for session state to cache DB query results! – n8wrl May 15 at 18:51
vote up 0 vote down

Programmers are not getting lazy however languages are allowing shortcuts now to program which may give the impression we are too lazy to write code out long hand.

link|flag
I fear shortcuts at the expense of efficiency ... which I think is one of the primary goals of any machine. I know CPU cycles are cheap, but imagine how much more we could do if our major applications were efficient ... per CPU cycle. – Aiden Bell May 15 at 17:37
vote up 0 vote down

I think the reasons for adding things like this that seem to make for lazy developers are actually targeting the hobbyist developer market. They are trying to get more people involved in programming by making it easier for people with limited knowledge. This is also a pitfall for new programmers because it causes the liability for them to rely on the lazy way without understanding what's going on behind the scenes. I personally am for using things that make my life easier, but only if I fully comprehend what it's doing and can write it myself if I need to. Any professional developer should always strive to know what his/her tools or built-in functions are doing behind the scenes before employing them in use.

link|flag
vote up 1 vote down

Is it lazy that you don't wire your own processor from NAND gates? Did you write your own assembler?

There are plenty of higher-level problems: People specialize when needed. Personally, I don't want to have to know the detailed implementation of a database, I just want to use PostgreSQL, or CouchDB or something off-the-shelf.

I have a quote from Theodore Gray of Wolfram Research posted on my cube: "Technology's greatest contribution is to permit people to be incompetent at a larger and larger range of things. Only by embracing such incompetence is the human race able to progress."

link|flag
vote up 0 vote down

Well,

Sure, there will always be a next level made to babysit programmers, and in the meantime, shorten the amount of time needed to do something.

But those additional layers won't be cost free.

If you use an (for example) UML -> CODE tool, you wont be able to control the generated code. This could have performance consequences. Its kind of what happens with compilers today. You can optimize your code, but compilers don't know everything, and sometimes its better to code small pieces of code in assembly. Sure, one might say that computers will get faster, so performance is really not an issue. Some others could say that early optimization is the root of all evil. They would be right, but in the general case.

Trust me, you will always bump into the particular case. And that's when you'll want your brain in your head, and not in a jar while "this cool new tool" does everythig for you.

Concluding, i think that it's not a matter of what kind of tools are out there. Its a matter of how well you know what you are doing. If you are a java programmer, you should still know how a computer works, how expensive is doing operation a b or c.

link|flag
vote up 0 vote down

It's just a case of a few programmers (framework developers) working harder so that other programmers (application developers) can be "lazier" and focus on the application.

The "average" amount of CompSci knowledge per developer, IMHO, remains the same.

link|flag
vote up 0 vote down

As others have said, programmers are creating and using better tools than we had in earlier decades. These tools, in turn, will (hopefully) help us more quickly write less buggy and faster code, which means we have more time to work on higher-level issues and leave implementation details to the tools themselves. If we were to never move beyond machine code, the rate of progress in the industry would never increase (it would probably decrease, actually, because over time, the number of new things that can be done in a reasonable amount of time using only machine code would drop).

Think of it this way: if we never invented the automobile or the airplane, the world would be vastly different today. Yes, we have it easier than our ancestors who walked everywhere, but despite our seemingly lazy and sedentary nature, there has been more progress in the world in the last century than any other century that came before.

link|flag
vote up 3 vote down

I hope so, since laziness is one of the three great virtues of the programmer.

link|flag
By laziness, I was meaning choosing the easiest tool rather than the best too. – Aiden Bell May 15 at 17:35
2  
A programmer who chooses to use a tool that costs him significantly more work later than it saves him now isn't lazy, he is stupid. – chaos May 15 at 17:55

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