Do smarter compilers, languages, and frameworks make dumber programmers? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-10T05:46:47Z http://stackoverflow.com/feeds/question/428571 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/428571/do-smarter-compilers-languages-and-frameworks-make-dumber-programmers 5 Do smarter compilers, languages, and frameworks make dumber programmers? Micah 2009-01-09T15:49:32Z 2009-01-10T00:34:20Z <p>The more and more advanced compilers, languages, and frameworks we have that either automate tasks, or hide certain intricacies from us, do they ultimately make us dumber programmers?</p> <p><a href="http://stackoverflow.com/users/21706/jim-c">Jim C</a> gives the following analogy of a calculator:</p> <blockquote> <p>Any one extract a square root lately, by using paper and pencil? We use a calculator or simple call a function in our favorite programming language. How many of us know what the calculator does or even the function?</p> </blockquote> <p>So why don't we all just tell our kids to forget learning math, that's what we have calculators for? Wouldn't that inherently make our kids dumber?</p> http://stackoverflow.com/questions/428571/do-smarter-compilers-languages-and-frameworks-make-dumber-programmers/428581#428581 10 Answer by yx for Do smarter compilers, languages, and frameworks make dumber programmers? yx 2009-01-09T15:53:02Z 2009-01-09T16:46:12Z <p>Are farmers dumber because they use automated machines to plant, harvest, and maintain crops?</p> <p>Good task automation simply makes programmers more effective, not dumber.</p> <blockquote> <p>So why don't we all just tell our kids to forget learning math, that's what we have calculators for? Wouldn't that inherently make our kids dumber?</p> </blockquote> <p>A calculator is a tool that allows you to perform certain tasks. Sure you can do complex math and multivariable integration, but without learning math, how would you know you NEED to perform that task at a given time?</p> <p>Same thing with programming and SDKs, you can throw in a lot of bells and whistles using predefined code, but when the time comes that you need to write something to SOLVE a problem, all the tools and automation in the world won't help you there (AI isn't that advanced yet anyway ;).</p> http://stackoverflow.com/questions/428571/do-smarter-compilers-languages-and-frameworks-make-dumber-programmers/428582#428582 4 Answer by jjnguy for Do smarter compilers, languages, and frameworks make dumber programmers? jjnguy 2009-01-09T15:53:15Z 2009-01-09T15:53:15Z <p>No,</p> <p>Smart compilers let the smart programmers focus on things that really mater, like designing good software.</p> http://stackoverflow.com/questions/428571/do-smarter-compilers-languages-and-frameworks-make-dumber-programmers/428584#428584 23 Answer by Mehrdad Afshari for Do smarter compilers, languages, and frameworks make dumber programmers? Mehrdad Afshari 2009-01-09T15:53:40Z 2009-01-09T16:43:52Z <p>They don't make good programmers dumber, they make them more productive; but they make dumber people be able to program and think they are great programmers.</p> <p>Clarification: I don't have a precise definition for being dumb. From dumb I mean a general thing that is people who shouldn't really be programmers or should try to learn important things. I have seen lots of people who can't really code and just copy stuff from here and there. Software quality assessment is not an easy thing. They finally build a crappy software that works somehow (due to existence of good tools) so they don't lose their jobs and they think they are good programmers and therefore, should never try to learn anything. Believe me, there is one thing I've seen in every good developer: "They never stop learning, and they don't go to learn just the piece of code they need to complete their job." Those people I talked about never try to learn anything beyond what they need and great tools reduce this "need". </p> <p><b>This doesn't mean IDEs are bad. I love them and think they should be developed as much as possible.</b></p> http://stackoverflow.com/questions/428571/do-smarter-compilers-languages-and-frameworks-make-dumber-programmers/428586#428586 -1 Answer by Whytespot for Do smarter compilers, languages, and frameworks make dumber programmers? Whytespot 2009-01-09T15:54:08Z 2009-01-09T15:54:08Z <p>They make for more efficient programmers.</p> http://stackoverflow.com/questions/428571/do-smarter-compilers-languages-and-frameworks-make-dumber-programmers/428588#428588 1 Answer by Damien for Do smarter compilers, languages, and frameworks make dumber programmers? Damien 2009-01-09T15:54:31Z 2009-01-09T15:54:31Z <p>No, But it does make for better programs and code.</p> <p>I would say the skills are different at higher level languages, you need to think about abstractions a lot more, there are a lot more APIs to worry about and people expect a higher level of quality in their software. As a result of the above a programmer faces different challenges, and the tools are keeping up with those challenges. </p> http://stackoverflow.com/questions/428571/do-smarter-compilers-languages-and-frameworks-make-dumber-programmers/428589#428589 13 Answer by Jim Blizard for Do smarter compilers, languages, and frameworks make dumber programmers? Jim Blizard 2009-01-09T15:54:45Z 2009-01-09T15:54:45Z <p>I think they allow dumber programmers, they don't make dumber programmers.</p> http://stackoverflow.com/questions/428571/do-smarter-compilers-languages-and-frameworks-make-dumber-programmers/428592#428592 0 Answer by AnthonyWJones for Do smarter compilers, languages, and frameworks make dumber programmers? AnthonyWJones 2009-01-09T15:55:01Z 2009-01-09T15:55:01Z <p>I don't think so. More sophisticated tools just frees our minds concentrate on more interesting problems.</p> http://stackoverflow.com/questions/428571/do-smarter-compilers-languages-and-frameworks-make-dumber-programmers/428593#428593 0 Answer by lc for Do smarter compilers, languages, and frameworks make dumber programmers? lc 2009-01-09T15:55:01Z 2009-01-09T15:55:01Z <p>For those of us who have learned to do said tasks or learned about said intricacies in the past, I believe it just makes us more efficient. We're freer to worry about other/more important things. We may tend to either forget about "how hard it was back then" or complain how lucky new programmers are today.</p> <p>For those of us who are just starting out and haven't learned such details, I believe it simply makes us a different breed. Not dumber, just that we look at different problems in different light. </p> <p>It does, however, lower the entry hurdle, and thus is making programming more accessible to the masses. Whether that is a good or bad thing is debatable.</p> http://stackoverflow.com/questions/428571/do-smarter-compilers-languages-and-frameworks-make-dumber-programmers/428596#428596 2 Answer by Kent Boogaart for Do smarter compilers, languages, and frameworks make dumber programmers? Kent Boogaart 2009-01-09T15:55:37Z 2009-01-09T15:55:37Z <p>It makes it easier for less skilled programmers to enter the field, is all. It doesn't make a good programmer dumber. They'd be dumb if they ignored tools that could potentially increase their efficiency.</p> http://stackoverflow.com/questions/428571/do-smarter-compilers-languages-and-frameworks-make-dumber-programmers/428597#428597 7 Answer by Ian Varley for Do smarter compilers, languages, and frameworks make dumber programmers? Ian Varley 2009-01-09T15:55:47Z 2009-01-09T15:55:47Z <p>On <em>average</em>, yes. :)</p> <p>They don't make <strong>us</strong> dumber programmers. What they do is allow there to be more dumb programmers (which I suppose means that, on average, we are dumber.) Having better tools means that someone with little experience and a shady understanding of the concepts of CS can still crank out code that eventually works and does something useful. That isn't possible when writing in assembly, but it is when writing in, say, VB. (Of course, there's a greater chance of eventual WTF-style catastrophes when a less experienced person is writing big apps that eventually collapse under the weight of their poor architecture.)</p> <p>Admittedly, "dumb" is an inflammatory word to use here. Just because someone knows less doesn't make them stupid, it just means they're less experienced. But the point is understood.</p> http://stackoverflow.com/questions/428571/do-smarter-compilers-languages-and-frameworks-make-dumber-programmers/428601#428601 2 Answer by Jakub Šturc for Do smarter compilers, languages, and frameworks make dumber programmers? Jakub Šturc 2009-01-09T15:56:06Z 2009-01-09T15:56:06Z <p>Computers are reinforcing devices. So dumb become dumber and smart become smarter.</p> http://stackoverflow.com/questions/428571/do-smarter-compilers-languages-and-frameworks-make-dumber-programmers/428602#428602 5 Answer by Tony Lambert for Do smarter compilers, languages, and frameworks make dumber programmers? Tony Lambert 2009-01-09T15:57:15Z 2009-01-09T16:42:37Z <p>I think <strong>faster machines</strong> make programmers worse.... these days most programmers spend very little time writing optimal code. Compilers can't optimise bad code into good code.</p> <p>Fast machines mean that bad programmers can get away with bad code because no one knows its bad. In the old days code had to be worked at and refined so it would run fast enough to actually work in an acceptable fashion.</p> <p>Tony</p> http://stackoverflow.com/questions/428571/do-smarter-compilers-languages-and-frameworks-make-dumber-programmers/428603#428603 1 Answer by warren for Do smarter compilers, languages, and frameworks make dumber programmers? warren 2009-01-09T15:57:26Z 2009-01-09T15:57:26Z <p>Only if you allow them to.</p> <p>If you learned on something hard and finicky (such as my Tandy 102 laptop), you still think in that mode even with smarter tools.</p> <p>Certainly it's easy to rely on the tools to do your job, and for a lot of that, I'm grateful.</p> <p>For example, you don't teach people how to do woodworking with table saws and drill presses - you start with hand saws and augers or small hand drills. THat way when you move to power tools, you don't do Something Stupid(tm).</p> <p>Relying on the tool is great - but knowing how to do it without the tool is important, too.</p> http://stackoverflow.com/questions/428571/do-smarter-compilers-languages-and-frameworks-make-dumber-programmers/428608#428608 0 Answer by Jim C for Do smarter compilers, languages, and frameworks make dumber programmers? Jim C 2009-01-09T15:58:08Z 2009-01-09T15:58:08Z <p>Yes, but it doesn't matter. Any one extract a square root lately, by using paper and pencil? We use a calculator or simple call a function in our favorite programming language. How many of us know what the calculator does or even the function? </p> <p>You should know how things work, The better programmer, or anything else, you want to be, the more you should know. But there are only so many hours in day.</p> <p>Better tools make us better. The trade off is we lose little control over the process.</p> http://stackoverflow.com/questions/428571/do-smarter-compilers-languages-and-frameworks-make-dumber-programmers/428612#428612 0 Answer by Dmitri Nesteruk for Do smarter compilers, languages, and frameworks make dumber programmers? Dmitri Nesteruk 2009-01-09T15:59:05Z 2009-01-09T15:59:05Z <p><strong>In a way</strong></p> <p>For example, I do not know or care about how to write operator overloads because I have tools that make them for me. I don't have to even remember how P/invoke works because a tool I have would automatically create a C++ dll project, and a <code>[DllImport]</code> in my C# project. I don't have to write an auto-updater for my project because ClickOnce is pretty much it. (And I have no clue how it works 'under the hood'.)</p> <p>So yeah, I'm less smarter because I have no clue about a lot of low-level stuff that C++ programmer know. But still I reckon I'm on the winning side, because I can get more done. I can spend more time on presentation, quality control, and those features that customers really want to have. Also, digging deep in the .NET framework does require some learning, so it's a bit of a tradeoff.</p> http://stackoverflow.com/questions/428571/do-smarter-compilers-languages-and-frameworks-make-dumber-programmers/428616#428616 0 Answer by BFree for Do smarter compilers, languages, and frameworks make dumber programmers? BFree 2009-01-09T16:01:14Z 2009-01-09T16:01:14Z <p>I wouldn't say they make programmers dumber necessarily, but what I would say is this. For people starting out in development in today's day and age, don't have a full appreciation for just how much stuff is going on behind the scenes that's being done for us. There are so many libraries built into the platforms these days, that people starting out today have no concept of how this all had to be done by hand at one point or another. </p> <p>I will say however, I can never going back to writing a single line of code without Intellisense :)</p> http://stackoverflow.com/questions/428571/do-smarter-compilers-languages-and-frameworks-make-dumber-programmers/428620#428620 6 Answer by edg for Do smarter compilers, languages, and frameworks make dumber programmers? edg 2009-01-09T16:02:24Z 2009-01-09T16:02:24Z <p><a href="http://www.charlespetzold.com/etc/DoesVisualStudioRotTheMind.html" rel="nofollow">Does Visual Studio Rot the Mind?</a> -- Charles Petzold</p> http://stackoverflow.com/questions/428571/do-smarter-compilers-languages-and-frameworks-make-dumber-programmers/428637#428637 3 Answer by bradheintz for Do smarter compilers, languages, and frameworks make dumber programmers? bradheintz 2009-01-09T16:07:21Z 2009-01-09T16:07:21Z <pre><code>s/make/allow/ </code></pre> <p>Being a little less glib: They're tools. <em>Tools</em> don't make anything, and they don't make any craftsman better or worse. Powerful tools don't either - they merely act as a lever, amplifying a particular craftsman's competence (or lack thereof).</p> <p>Some programming tools have had the effect of lowering barriers to entry, if not to the software engineering profession, then at least to getting an app running. Shortening the amount of thought that has to go into producing a working (or "working") app cuts both ways: Competent experts are freed from scut work and may do great things, but fumbling novices will sometimes get bad code into production that they never would have gotten working without the "smart" tools. The latter effect has probably had a greater impact than the former in shaping the reputations of BASIC, VB, PHP, and the recent spate of MVC rapid-development frameworks for the web - and indeed on the notion of such tools in general.</p> http://stackoverflow.com/questions/428571/do-smarter-compilers-languages-and-frameworks-make-dumber-programmers/428652#428652 1 Answer by jmein for Do smarter compilers, languages, and frameworks make dumber programmers? jmein 2009-01-09T16:10:03Z 2009-01-09T16:10:03Z <p>They do not necessarily make dumber programmers, but they can make programmers lazy. I have found myself doing this sometimes just rushing through some code and relying on the compiler to help me find all of my mistakes instead of doing it right in the first place. </p> <p>By the way this is not the recommended way of doing things. It normally takes much longer.</p> http://stackoverflow.com/questions/428571/do-smarter-compilers-languages-and-frameworks-make-dumber-programmers/428777#428777 0 Answer by João Cintra for Do smarter compilers, languages, and frameworks make dumber programmers? João Cintra 2009-01-09T16:34:35Z 2009-01-09T16:34:35Z <p>I think it's necessary to have smarter tools so we can have layers of abstraction from the complexity. But I think that we must be able to change have access to those layers of abstractions. I think the programmers will be more productive but easily will loose the notion of many basic concepts. It's a trade off... The good programmers will be the ones that continue to understand the basics of programming. The others will be "copy-and-paste"'s and Lego players.</p> http://stackoverflow.com/questions/428571/do-smarter-compilers-languages-and-frameworks-make-dumber-programmers/428789#428789 1 Answer by Shane MacLaughlin for Do smarter compilers, languages, and frameworks make dumber programmers? Shane MacLaughlin 2009-01-09T16:38:41Z 2009-01-09T16:38:41Z <p>Ok, the first two computers I owned, I built myself. That was smart then, I'm not so sure it would be a good use of my time now. I programmed in a mix of assembler and BASIC in the early 80s, again smart then, not so smart now.</p> <p>What I'm getting at here is that the context has changed, and in computing we have had to exchange depth of knowldge for breadth of knowldge, with the necessary 'dumbing down' which that entails. In order to support the massive complexity and breadth of applications covered by 'todays computing', we are also forced to work at much higher levels of abstraction. On one hand, we see domain application specialists using highly abstracted tools to provide very good solutions, and on the other hand we see computing technology / programming experts producing superb code that has the capacity to bring the whole computing industry forward. Calling either side dumb is inflammatory, and probably the only dumb bit in the debate.</p> <p>Dumbing down in this context is merely allowing a larger audience make use of the effective tools that modern computers are. This is a good thing, and hard core programmers should not feel threatened by it, it is after all their baby.</p> http://stackoverflow.com/questions/428571/do-smarter-compilers-languages-and-frameworks-make-dumber-programmers/428803#428803 1 Answer by Paul Lefebvre for Do smarter compilers, languages, and frameworks make dumber programmers? Paul Lefebvre 2009-01-09T16:41:31Z 2009-01-09T16:41:31Z <p>On average, yes they make programmers dumber. But that's only because they make programming more approachable to people who aren't as smart as us, which lowers the average "smartness".</p> <p>:-)</p> <p>A smart programmer who decries the convenience of modern development environments is probably not really all that smart.</p> http://stackoverflow.com/questions/428571/do-smarter-compilers-languages-and-frameworks-make-dumber-programmers/428822#428822 0 Answer by surprise_ for Do smarter compilers, languages, and frameworks make dumber programmers? surprise_ 2009-01-09T16:48:42Z 2009-01-09T16:48:42Z <p>On the contrary, smarter compilers mean you're fighting with the computer less and get to give more thought about how you are trying to do something.</p> <p>If you're struggling with assembler you will almost never bother with anonymous methods.</p> http://stackoverflow.com/questions/428571/do-smarter-compilers-languages-and-frameworks-make-dumber-programmers/428845#428845 1 Answer by Daniel for Do smarter compilers, languages, and frameworks make dumber programmers? Daniel 2009-01-09T16:57:20Z 2009-01-09T16:57:20Z <p>By <em>smarter</em> you mean <em>automated</em>. Doing a repetitive job doesn't make anyone smarter, so the answer is <strong>no</strong>.</p> <p>Let me expand by using the calculator example. The technique for calculating a square root with pen and paper is merely a process that can be learned. It doesn't make you <em>smarter</em> to know this process, it just enables you to calculate square roots in the absence of a calculator.</p> <p>Now, if you <em>discovered</em> an algorithm to calculate square roots, now <em>that</em> makes you smart.</p> <p>Same thing with our programming tools. A language which does memory management for you doesn't make you stupid, nor being able to do memory management by yourself makes you smarter.</p> http://stackoverflow.com/questions/428571/do-smarter-compilers-languages-and-frameworks-make-dumber-programmers/428847#428847 1 Answer by Sean Edwards for Do smarter compilers, languages, and frameworks make dumber programmers? Sean Edwards 2009-01-09T16:57:51Z 2009-01-09T16:57:51Z <p>Dumber? Not necessarily. As has been said before, having smarter tools allows the developer to focus on more important things, like making the application function properly. A relevant anecdote from my own career:</p> <p>I'm not a skilled mathematician. I flunked out of pre-calculus (ok, granted, it was because I never did my homework) and am even a little rusty on some really basic formulas of physics (calculating friction, for example). This is because I am disparately out of practice, which is simply because I never use it.</p> <p>Take, for example, the derivative. If you asked me to find the derivative of a function, I would reach for my TI-89 because I haven't the fuzziest clue how to do that. However - and I maintain that this is more important - I know how to use it. I know where it's useful, why it should be used, etc. The dot product is another example. I know how to use it to compute the specular of a surface in 3D space, but I don't know how to calculate by hand it because I never need to.</p> <p>I wouldn't call myself dumber for it. Out of practice maybe, but just as capable.</p> http://stackoverflow.com/questions/428571/do-smarter-compilers-languages-and-frameworks-make-dumber-programmers/429047#429047 0 Answer by Mosor for Do smarter compilers, languages, and frameworks make dumber programmers? Mosor 2009-01-09T17:56:20Z 2009-01-09T17:56:20Z <p>No, it's something similar to steroids (and other performance enhancing drugs) - they make a great athlete even better, but they can't make someone like me run 100m under 10s even if I ate a whole pharmacy of drugs. So, god IDE, language or framework can make you a better programmer, but if you're only relying on it to do the work, you're in trouble.</p> http://stackoverflow.com/questions/428571/do-smarter-compilers-languages-and-frameworks-make-dumber-programmers/429367#429367 0 Answer by BCS for Do smarter compilers, languages, and frameworks make dumber programmers? BCS 2009-01-09T19:29:54Z 2009-01-09T19:29:54Z <p>I'd say no.</p> <p>Smarter programing systems (I'm thinking higher levels of abstraction not things like tools that would automatically fix your code) IMNSHO are actually harder to use. The analogy I have come up with is that they act as a long lever; you push <em>really</em> hard on the short end, move it a tiny amount and huge changes take place.</p> <p>It's harder to figure out what needs to be done, but it's also a lot harder to mess it up when you finally do it.</p> http://stackoverflow.com/questions/428571/do-smarter-compilers-languages-and-frameworks-make-dumber-programmers/430156#430156 1 Answer by Rulas for Do smarter compilers, languages, and frameworks make dumber programmers? Rulas 2009-01-09T23:41:49Z 2009-01-09T23:41:49Z <p>I think no, <a href="http://charlespetzold.com/etc/DoesVisualStudioRotTheMind.html" rel="nofollow">but there are many people</a> (very wise ones) that thinks different</p> <p>I really recommend this lecture, it's a very interesting opinion and very good essay</p> http://stackoverflow.com/questions/428571/do-smarter-compilers-languages-and-frameworks-make-dumber-programmers/430209#430209 0 Answer by Jason Baker for Do smarter compilers, languages, and frameworks make dumber programmers? Jason Baker 2009-01-10T00:04:03Z 2009-01-10T00:04:03Z <p>Smarter languages, compilers, and frameworks make programming possible. I mean, could you imagine the state of programming if we were still restricted to using Assembly language? Heck, scratch that. Could you imagine the state of programming if we were restricted to C or C++?</p> http://stackoverflow.com/questions/428571/do-smarter-compilers-languages-and-frameworks-make-dumber-programmers/430263#430263 0 Answer by Henrik Hartz for Do smarter compilers, languages, and frameworks make dumber programmers? Henrik Hartz 2009-01-10T00:34:20Z 2009-01-10T00:34:20Z <p>Improvements in compilers, languages and frameworks makes programmers more effective, assuming they have a sound academic background or good semantic understanding.</p>