Slashdot Mirror


Does Relying On an IDE Make You a Bad Programmer?

itwbennett writes "Writing about his career decisions, programming language choices, and regrets, Rob Conery says that as a .NET developer he became more reliant on an IDE than he would have with PHP. Blogger, and .NET developer, Matthew Mombrea picks up the thread, coming to the defense of IDEs (Visual Studio in particular). Mombrea argues that 'being a good developer isn't about memorizing the language specific calls, it's about knowing the available ways to solve a problem and solving it using the best technique or tools as you can.' Does using an IDE make you lazy with the language? Would you be better off programming with Notepad?"

57 of 627 comments (clear)

  1. No by Anonymous Coward · · Score: 3, Insightful

    It's easier to learn the language when assisted by an IDE. Qt Creator is my favorite, followed by NetBeans.

    1. Re:No by TheDarkMaster · · Score: 5, Interesting

      I agree. With a good IDE, is easier to discover all the language can do.

      --
      Religion: The greatest weapon of mass destruction of all time
    2. Re:No by XenoPhage · · Score: 5, Insightful

      Wouldn't this be more of what the API has available? IDE's don't really help you learn the language, beyond semantics, but they are extremely helpful with providing contextual information about API calls.

      --
      XenoPhage
      Technological Musings
    3. Re:No by plover · · Score: 5, Insightful

      Actually, "learning the language" is the one time that an IDE is not the best choice. That's the time you should be trotting out Notepad and developing the skills and familiarity with the language itself.

      Once you've mastered the language, the IDE serves as your reference tool, your refactoring tool, your formatting tool, your reading tool, your analysis tool, and even your testing tool. It makes simple things simpler, which is too simple for someone who doesn't understand the original simplicity.

      A good IDE is a speed enhancer for good programmers. An IDE does not make a bad programmer become a good programmer.

      Look at it this way: would you give a toddler a pair of crutches in order to teach him to walk?

      --
      John
    4. Re:No by MozeeToby · · Score: 5, Insightful

      Look at it this way: would you give a toddler a pair of crutches in order to teach him to walk?

      That is an astonishingly bad analogy given the popularity of toddler walkers and the fact that every child while learning to walk starts buy pulling themselves up next to something and scooting along it's length.

    5. Re:No by gordo3000 · · Score: 5, Informative

      I don't have experience where 100% of what I do is programming, but at times, up to 25 or 30 pct of job was coding, and without an IDE I'd be lost. I can never remember any of the semantics of a given language (and I only use VBA and Python), but I do remember roughly what a language can do and an IDE makes it a lot easier for me to find the exact wording of a call, capitalization, etc.

      I'd be miserable in notepad, getting hung up on typos, or an extra space that gums up indentation. IDEs allow a lot of folks like me who don't program full time to be able to code useful algos when we need them and walk away, not worrying about the time it takes to re-familiarize myself with a language.

    6. Re: No by Anonymous Coward · · Score: 5, Insightful

      Exactly. This is the way they teach the basics of the language you learn in school. This is why you also get tested on the basics of a language like variables, datatypes, and polymorphism.

      If you never learned the basics ie foundations of programming, you will never use these fundamentals in any of that IDEs you use. I've seen it happen, somebody hasn't learned how to properly separate code functionally and it's all throwing together. They would do this in notepad or they would do it in eclipse or visual studio.

      Your knowledge, skill, and experience make you the type of programmer you are. Good or bad.

    7. Re: No by MightyMartian · · Score: 4, Insightful

      Frankly, I don't think what they aid with at all is learning the language (beyond perhaps hovering over core statements like for loops and the like to give you basic syntax). What they do aid with is familiarizing yourself with libraries, but before you delve too far into libraries in any language, you should understand the language itself.

      --
      The world's burning. Moped Jesus spotted on I50. Details at 11.
    8. Re:No by Polo · · Score: 4, Interesting

      I think a better analogy is that an IDE to a developer is more like a CNC machine to a carpenter.

      It's possible that a CNC machine can allow an experienced carpenter to do his work fast and efficiently.

      But for an unskilled carpenter, I see two possibilities:
      - the carpenter may limit his designs to what the CNC machine can make (no curved wood objects for one example)
      - the fundamentals of carpentry might be ignored (like the properties of natural wood, growth, shrinkage)

      In the context of an IDE maybe like:
      - only build on one platform
      - only create products the IDE way (maybe creating "apps" instead of minimal command line tools or OS internal things)
      - allow the developer to ignore corner cases that are abstracted away with IDEs (memory management? interrupts?)

    9. Re:No by ThatAblaze · · Score: 3, Insightful

      Look at it this way: would you give a toddler a pair of crutches in order to teach him to walk?

      That is an astonishingly bad analogy given the popularity of toddler walkers and the fact that every child while learning to walk starts buy pulling themselves up next to something and scooting along it's length.

      Or maybe it's a really good analogy, just a bad argument. That sounds more like it to me.

    10. Re:No by Richard_at_work · · Score: 3, Insightful

      Use something like Resharper in Visual Studio and you can learn a lot about the language, as it offers loads of little "this code block can be refactored this way for this reason" hints - shows you just what can be done and why.

    11. Re:No by epee1221 · · Score: 4, Informative

      I do remember roughly what a language can do

      Then it seems you do remember something about the language's semantics. Maybe it's the details of syntax you're forgetting?

      --
      "The use-mention distinction" is not "enforced here."
    12. Re:No by SerpentMage · · Score: 3, Insightful

      Learning the language with a notepad is IMO a really bad idea. I will give an analogy that I think is appropriate.

      I am renovating our houses. In the past you would use a hammer and nail to assemble the wood. These days you don't. You use a cordless power drill with screws, and glue. I was talking to my sister and in Ecuador they do as well as their areas are earthquake prone.

      My point here is, would you teach somebody to build a house with hammer and nails? Answer no, because it is a passe art. Now before you all start jumping on me on houses built with nails, that is to save costs. Anybody who wants a quality house will use screws and glue. Likewise notepad, VI, emacs are passe arts. Good at the time, but not usable anymore.

      --

      "You can't make a race horse of a pig"
      "No," said Samuel, "but you can make very fast pig"
    13. Re:No by fwarren · · Score: 5, Interesting

      Back in the 80's I wrote a lot of code for my Commodore 64 on paper which I would type in later when the computer was available to me. I was in college a few years ago and was required to take a class on Visual Basic. Everyone is class was new to programming or learned with a fancy IDE. We had a test where we had to write a few routines on paper for a test.

      Most students had no idea how to form a line of Visual Basic code. They would just start to type the statement and let IntelliSense give them the proper parameter list and then they would just fill in the blanks. This means they were lazy on if a statement used : or ; or if a variable was one-counter or one_counter or OneCounter. It was a disaster. out of 60 students I was the only one who passed that part of the test.

      It is not that I am against IDEs. But having worked without them, and having to do the edit-compile-execute-debug loop, I conceptually understand what the IDE is doing for me. I have done the heavy lifting and I appreciate what the IDE does.

      The best way to learn what the language can do, is to set down with a manual that has all of the commands and with simple examples, and read it whenever you are in the bathroom. It is much less boring reading something like this when the only competition is staring at the floor.

      --
      vi + /etc over regedit any day of the week.
    14. Re:No by Zero__Kelvin · · Score: 4, Funny

      " Likewise notepad, VI, emacs are passe arts."

      Comparing Notepad to vim or emacs is like comparing Mayim Bialik to Kaley Cuoco.

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    15. Re:No by Krishnoid · · Score: 4, Funny

      ... it offers loads of little "this code block can be refactored this way for this reason" hints - shows you just what can be done and why.

      Oh good -- I was worried if and when Clippy would find work again, what with the husband and little staples to feed.

    16. Re: No by RabidReindeer · · Score: 5, Insightful

      I don't think so. An IDE is not supposed to help you discover a language or a framework, but rather provide you with a workflow that makes you as productive as possible.

      In fact, I've found that trying to learn a language or framework via an IDE can be a very bad thing indeed.

      First, because you don't really learn how the language/framework works, you learn how the IDE's generators and editors work. And frequently automated code generators create some really awful, unnatural code, because they're using one-size-fits-all models rather than intelligence.

      Secondly, because even with one-size-fits-all, there are a lot of features and capabilities in most languages/frameworks that won't be supported. And when someone who's used to having the IDE do all the work tries to go in and manually remedy the situation, the results can be horrible.

      An IDE in the hands of people who know what they're doing can be a tremendous productivity aid.

      An IDE in the hands of cheap untrained monkeys hired because management thought that the IDE could replace experience, skill, and talent is disaster on the hoof.

      You can tell which is which by swapping out the IDE with Windows Notepad. The skilled people will slow down and grumble about having to do everything the hard way. The monkeys will sit around idly weeping, because without the crutch that an IDE affords, they don't know what to do.

    17. Re: No by nwf · · Score: 3, Funny

      Yes, using bad analogies is like cutting a tree down with a fish.

      --
      I don't know, but it works for me.
    18. Re:No by Darinbob · · Score: 3, Funny

      She's the one on the show with Mayim Bialik.

  2. Yes by Anonymous Coward · · Score: 5, Funny
    1. Re:Yes by Sigma+7 · · Score: 5, Funny

      It leads people to rely on building the application with the IDE instead of issuing standard Makefiles

      In other words, it causes the programmer to rely on an automated build system instead of an automated build system.

    2. Re:Yes by Sigma+7 · · Score: 3, Informative

      Visual Studio IDE doesn't have makefile support, but it does include nmake.exe which is good enough. However, it doesn't support autotools, since that's a Unix-specific script.

      I don't like autotools myself - modern apps that use it still perform checks concerning string.h in addition to trying to detect if something is Ansi C. Anything failing those checks should be considered too outdated to be worth bothering about (especially with the software not being designed to run on ~20 year old hardware.)

    3. Re:Yes by rev0lt · · Score: 3, Interesting

      Offhand, yes, you are a less effective programmer if you rely on the IDE. I've seen many "programmers" that get completely lost if the IDE doesn't autocomplete everything for them.

      That is a broad statement. Autocomplete is awesome when you're getting your hands into an existing codebase, and quickly need to be productive. It is also awesome when you have medium to big projects (between 500K lines, hundreds of classes/interfaces/whatever, and several million, thousands of classes/interfaces/whatever). I've seen many programmers completely lost at debugging *because* they were using a debugger - they wasted time identifying specific problems in their routines, while the whole approach was unsuitable - they would usually realize it after fixing the routine the first time, instead of looking at their code and trying to understand how could/would fail. Not all languages are equally suited for it, but those that fit the pattern (usually OOP stuff), works well.
      My personal reason to use an IDE is syntax highlighting, project management features, and multi file navigation (it is common to have between 40 and 100 files open). Autocomplete is awesome, but it is a cherry on top of the cake. I could probably work without a full-blown IDE, but it wouldn't be the same thing.

  3. No... by Anonymous Coward · · Score: 5, Insightful

    It makes you a bad programmer in the same way that using an automated spell checker on your novel makes you a bad writer.

    i.e. not at all.

    1. Re:No... by SJHillman · · Score: 4, Insightful

      I would argue that it's more like relying on Word's grammar checker. The suggested way may be technically correct, but you should still know when the IDE isn't doing it the right or best way. And sometimes something is correct in the local context but incorrect in a larger context.

    2. Re:No... by Imagix · · Score: 4, Interesting

      BTW: There was some research done a while back that did show that using spell and grammar checkers improved the bad english-skills people, but actually made the people who were already good english-skills people worse!

    3. Re:No... by CCarrot · · Score: 4, Funny

      BTW: There was some research done a while back that did show that using spell and grammar checkers improved the bad english-skills people, but actually made the people who were already good english-skills people worse!

      That's it, blame the spelling and grammar checkers...

      --
      "I love animals! Some are cute, others are tasty, what's not to like?" - Betsy Schroeder, Jeopardy contestant
  4. IDEs are good. UI builders are bad. by Calavar · · Score: 5, Insightful

    Who ever said using an IDE is bad? IDEs are powerful tools that improve developer productivity. The problem with the older generation of IDEs (especially older versions of Visual Studio) was that they focused too much on graphical UI builders that produced brittle, often subtly buggy UIs and unreadable code and encouraged the writing of spaghetti code. Remove the useless UI builders, and you are left with syntax highlighting, code completion, code folding, incremental compilation, and lots of other useful tools that increase productivity.

    1. Re:IDEs are good. UI builders are bad. by Daetrin · · Score: 3, Insightful

      I'm an okay programmer (I'd estimate that i'm maybe in the 25-50th percentile, far from a star but still able to provide some value) but my memory for names is horrible. I'll often remember there's a function that does X but not remember the name. With code completion i can narrow in on the right function pretty quickly. Without it i'd have to either go check old code to see what function it was i used in the past or do some searches online to rediscover it, either of which would take much longer.

      --
      This Space Intentionally Left Blank
  5. Walk before you can run code by DiamondGeezer · · Score: 4, Funny

    I remember the days when all real programmers needed was a magnetized pin and a steady hand *puffs pipe*

    --
    Tubby or not tubby. Fat is the question
  6. No by mikecase · · Score: 5, Insightful

    An using an IDE doesn't make a bad programmer any more than using a table saw makes a bad carpenter. It's just a tool, if it can help you be more productive, why shouldn't you use it?

  7. Programming is not about rote memorization by grasshoppa · · Score: 5, Insightful

    Look, it's nice when you are well versed enough in a language to not have to lookup method/function names, nor their arguments. But let's face it, it's hardly the mark of an amazing programmer to have a photographic memory.

    Programmers solve problems. Being able to understand the problem well enough to develop a solution for it is far more important a skill. Writing well documented code using a uniform style further boosts the quality of the output by helping make it maintainable.

    An IDE is, at worst, neutral in this regard, if not beneficial for assisting in the last point.

    --
    Mod me down with all of your hatred and your journey towards the dark side will be complete!
    1. Re:Programming is not about rote memorization by HornWumpus · · Score: 3, Insightful

      Just because your degree was memorized, doesn't make memorization an objective good.

      If I can be as productive (or more) then a memorizer by using autocomplete (and knowing more or less what the necessary function calls are if not the operand order) then I've just saved the time used in memorization. Also the autocomplete guy will be productive while the memorizer is still hammering soon to be obsolete information into his brain.

      Henry Ford Sr used to ask prospective engineering hires trivial technical information. If they knew the answer he wouldn't hire them, if they told him where to look it up he did.

      --
      John McAfee 'It was like that time I hired that Bangkok prostitute; to do my taxes, while I fucked my accountant'
  8. Anecdote by dsginter · · Score: 5, Insightful

    When I was in college, I started immediately with an IDE - largely with no development experience. This was a struggle because the IDE was doing things that I did not understand. Ultimately, one of the elder geeks (a properly bearded and pony-tailed Yoda) suggested that I start at the beginning and develop with a text editor and the command line. This worked. Once everything was properly understood, the IDE is useful for saving time and catching typos. But I still need to "go back to the beginning" in order to find out what I am missing sometimes.

    --
    More
    1. Re:Anecdote by vux984 · · Score: 4, Insightful

      I realize how much time I wasted trying to debug things with many calls to system.out.println

      The point of your university course was not to maximize your output productivity, but to teach you how to program.

      For example --
      For my first calculus course in university I had to manually evaluate derivatives and integrals. Now that I know how to use Maple, and matlab, and R I realize how much time I wasted.

      Right?

      Well, sure, but the goal of the calculus course was to teach me the math, with no eye whatsoever toward generating the answers as quickly as possible.

      Writing code manually in a text file, compiling it to object, linking it to an executable, and debugging it with println teaches you how things work under the hood. Picking up an IDE later on lets you leverage all the power that tool gives you, but still, in the back of your head, you know what's going on. That's valuable.

      While the IDE can be a little overwhelming at first, programming without a proper step-through debugger is painful.

      Ironically, a debugger "originally" is a separate thing, you can attach it to a running process, load a symbol table, set breakpoints etc. Its great that they are part of IDEs, but this invaluable skill of working with a debugger separately is frequently overlooked.

  9. Apple by GweeDo · · Score: 3, Funny

    If only Apple has been using an IDE that looked for unreachable code...

  10. Fly By Wire by sycodon · · Score: 3, Insightful

    IDEs are to programming as anti-lock brakes and Traction Control is to driving, as fly-by-wire is to flying, as any assistive technology is to anything else.

    If they didn't exist, someone would write one because they are so useful.

    --
    When Fascism comes to America, it will call itself Anti-Fascism, and tell you to give up your guns.
  11. Yes by Imagix · · Score: 3, Insightful

    Offhand, yes, you are a less effective programmer if you rely on the IDE. I've seen many "programmers" that get completely lost if the IDE doesn't autocomplete everything for them. They have no sense as to how the program as a whole hangs together. (Note the specific phrasing of "rely on the IDE". Not the same as "uses an IDE". Not using the tool is silly. Requiring the tool is the problem.)

  12. Yes, if you rely on boilerplate code it generates. by Anonymous Coward · · Score: 4, Insightful

    Also, "Would you be better off programming with Notepad?" No. A decent text editor is a must. Many programmers who "don't use IDEs" actually use text editors which are actually more powerful than many IDEs.

  13. What the hell, is it the 90s again? by glwtta · · Score: 5, Funny

    Up next: do you really need source control?

    --
    sic transit gloria mundi
  14. New IDEs by snookiex · · Score: 4, Insightful

    The problem I see with IDEs like VS is that the hide a lot of complexity to programmers, which is good to boost your productivity, but the fact that you don't really know what's going on inside can back-fire if you are starting as a programmer. I've always thought that it's a good thing to do low level tasks at the beginning so you can build yourself up and don't depend on a specific tool.

    --
    Open Source Network Inventory for the masses! Kuwaiba
  15. They're just tools. by wcrowe · · Score: 4, Insightful

    I'm glad somebody tagged this "idioticstory" because it is. Developers use whatever tools are available. Sometimes if the tools aren't available, they write them themselves. I've used development tools of one kind or another over the last 30+ years, and there are a few I've written myself. Frankly, I think that if you don't use development tools, and don't ever think about writing your own, you're a little like the clueless user who just knows, "I click here, then I click here," without any understanding of what they're really doing or trying to accomplish.

    The use of complex tools is what separates us from the rest of the animal kingdom.

    --
    Proverbs 21:19
  16. Does CAD make you a worse engineer? by geekoid · · Score: 4, Insightful

    The answer is: No.

    --
    The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
  17. Perhaps if DICE had used an IDE by gman003 · · Score: 4, Funny

    Perhaps if DICE had used an IDE, we could have avoided Slashdot Beta.

  18. No by jgotts · · Score: 4, Insightful

    Whether or not you use an IDE ought to say very little about how good of a programmer you are.

    What makes a good programmer is someone who can produce stable, maintainable code in a reasonable time frame and someone who isn't worried about getting fired in order to fight for these goals. One part of maintainability is readable code and the other part is being able to communicate what you've done through documentation, written or oral.

    Over the decades I've found that it makes no difference what tools you use, or what your age or educational or cultural background is. It doesn't matter so much whether you write few or many tests. You need to be patient, stubborn, thorough, curious, a problem solver, a voracious reader, and a great communicator to be a great programmer, and you need to have been doing it for at least 10 years. But companies should not shy away from helping to give someone those 10 years, because the best programmers will still do good work early on in their careers.

    If you write code that just works but is unmaintainable by anyone and you hole up to write your code and you have no ability to communicate what you have done then you are a horrible programmer and you should be fired. There is a myth among some people that these are actually great programmers. These types of programmers tend to be, but are not always, extremely well qualified in terms of their educational or other experience but they make life difficult for all the other programmers that have to maintain their fragile junk. Fortunately, this type of software is less common in the free software community because this type of programming is called out.

  19. Re:Notepad has the same problem as an IDE. by Shados · · Score: 3, Insightful

    IDEs are 80/20 solutions.

    Typing speed is squarely in the 20. Hunt and peckers? No, but I may as well be. On a 1 month project, there's probably, what, 8 hours of typing at most? Even if you could make me type so god damn fast that I would type the entire code -instantly-, that would only save 1 day of work. The biggest part is the thinking, discussion, architecture, the stuff you don't even need a computer to do.

    Then once you sit down, its about reading the code, analyzing it, re factoring it, debugging it. For all those things, typing is almost irrelevant. If your typing efficiency actually makes a dent in your productivity in the grand scheme of things, your job is probably outsourcable.

    Now, as I mentionned in another post, in some type/size of projects, IDEs like visual studios may actually slow to a crawl to the point that non-typing-related tasks may get bogged down by performance and inefficiency. Then yeah, its time to switch editor.

    But until then? If you can type 30 character per minute and are doing something significant, you're probably not slowed down much.

    Notable exception for prototyping and testing out snippets in unfamiliar environments (like when learning a new programming language). You're likely to type/run/type/run/type/run a LOT.

  20. Probably not. by ttucker · · Score: 3, Insightful

    Being a bad programmer is a state of mind, leave the tools of the trade out of it.

  21. Please Stop. by zakkudo · · Score: 5, Insightful

    99% of the time if you hear someone questioning the utility of using an IDE, notepad was never in the running as a serious option to begin with. Just stop it. Don't say it's name. Notepad is a 24 year old joke stuck in the 90s feature-wise. The runners are programs like Sublime Text, BBedit, Text Wrangler, gedit, Jedit, notepad++, or even vim.

    Just because someone tells you that you should drive your car less doesn't mean they are forcing you to walk everywhere you go on your feet. You can bike. You can ride your motorcycle. You can ride the bus. You can ride an electric bycycle. You can rollerblade. You can ride in someone else's car. You can ride the train. You can fly in a plane.

    Anyone mentioning Notepad seriously in their comments on this article has no knowledge of what a proper text editor is and have an apathy to find out so they can actually contibute meaningfully to the conversation.

    1. Re:Please Stop. by Aryden · · Score: 4, Insightful

      And there is also something to be said about an editor that helps you identify an issue, even when in another file so that you don't have to try to decipher a cryptic log message due to a variable not being instantiated correctly in a different file. Sure, I can use NotePad++, and I do quite often for really simple scripts/reading files, but when I really want to sit down and knock out something that's more complex than "Hello World!", I'll fire up netbeans and have at it. It's also helped me learn quite a few languages due to showing me where I made my mistakes (like grading a paper in school) and helping me to debug.

    2. Re:Please Stop. by RabidReindeer · · Score: 4, Insightful

      Anyone mentioning Notepad seriously in their comments on this article has no knowledge of what a proper text editor is and have an apathy to find out so they can actually contibute meaningfully to the conversation.

      There's a difference between a text editor (and proper or not, Notepad is one) and a code editor.

      IDEs like Eclipse have multiple code editors for different uses such as Java, C, SQL, Python and so forth. In the case of Eclipse, they're usually plugin options.

      Emacs provides code editors but calls them "modes".

      The point is, that a text editor can do generic text, but if you want to type in API calls and generic code, you have to type it all in yourself. A code editor is sensitive to the desired product and can suggest auto-completions for API calls, plug in boilerplate and the like. Back in the Bad Old Days, all we had to create code with was text editors and a stack of manuals printed on processed dead trees. And we liked it. At least until IDEs came along and we liked that better.

      Then there are code "wizards", which are another species of skunk entirely.

      Relying on an IDE doesn't make you a bad programmer. But if you are a bad programmer, you don't just rely on an IDE, you depend on it.

  22. Who cares? by avandesande · · Score: 3, Insightful

    If you can get the job done and get a paycheck what difference does it make?

    --
    love is just extroverted narcissism
  23. Re:Does using a saw make you a bad carpenter? by hey! · · Score: 5, Insightful

    If you're a bad carpenter, I suppose a powerful saw could make you a worse one. At least it allows you to make a bigger mess.

    I've been a programmer for over thirty years now. When I started out, programming was about figuring out how to do things. Now it's much more about figuring out how to get someone else's code to do something. This shift was probably inevitable, as we try to get systems to do more and more. Very few of us have the luxury of being able to get away with just reading section 2 and 3 of the Unix manual; now we need to work with frameworks.

    It's not like back in the day when you could code your own alternative to qsort as long as it worked; working with a framework's facilities is mandatory if you want the framework to do all the magical under-the-cover things it is supposed to do. We used to read the Unix manuals cover to cover from section 1 (commands) to section 7 (special files). Compilation and linking takes forever on a CPU running in the single digit MHz range, so we had plenty of time on our hands. That small but complete knowledge set, plus emacs, and we were cooking with gas.

    These days you'd need to have loads more *static* knowledge to really know the APIs you're working with.So having things like pop-up parameter entry and a manual for the framework integrated into the IDE is nice.

    But for me, the thing that finally got me away from emacsfor good was refactoring support in IDEs. And that's where the power saw analogy comes in. Refactoring is powerful, but it's also possible to drop down the refactoring rabbit hole and waste a lot of time frobbing around with the code. Refactoring is part of a suite of best practices that have to be implemented together (including source control, unit testing and project management). A clumsy and careless programmer can do a lot more damage with a powerful IDE, a skilled programmer can get more done.

    It takes a lot more discipline, knowledge (of the know-how variety), and professionalism to be a good programmer these days. Back in the day there were very good programmers, and *terrible* programmers, and not much in between. These days there are more programming jobs than there are people gifted at programming, so what you see is a lot of mediocrity. Consequently all those powerful tools are neither a panacea nor a plague. Mediocre programmers will produce mediocre results no matter what they use.

    --
    Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
  24. Re:Proprietary vs. free build system by beelsebob · · Score: 3, Insightful

    But that's a one time cost, while maintaining makefiles is a many time, extremely high cost.

  25. It depends. by DdJ · · Score: 4, Insightful

    If the IDE is helping you catch typos and quickly dig out references like method names, that's one thing.

    If the IDE is providing so much scaffolding for your project, "wizards" and such, that you don't actually understand what's going on, that's another thing.

    (I've seen both.)

  26. Re:does relying on a hammer make you a bad carpent by Anonymous Coward · · Score: 3, Insightful

    Using it to help you do a task you cannot do without it.

    I.E. when the IDE fails to help you can you still do the job?

    I'd liken it to a surgery robot. I as a non-medically trained person should not assume this will let me perform surgeries.

    But it may help a skilled surgeon quite well but he can take over if the robot crashes where as I cannot.

    Sadly I see most using the IDE as a normal person trying to code like a developer.....

    Personally I use a combination of Vim+Nerdtree+tagbar for C/C++/Python and eclipse when forced to deal with Java. I'm also a believer that Java nearly requires the IDE purely because it's grown into a bloated mess that can barely be managed without one.

    But real languages and such.... nah just use Vim and properly open the documentation for whatever class you are using instead of typing SomeClass(DOT) and waiting for the IDE to tell you what's there.

    When doing C++ coding for instance you cannot just be happy "knowing" what functions are available... You need to know return codes, what headers those are found in, are they typed or enums, etc. Then all the quirks like if this function is thread safe, signal safe, block/wait free, etc.

    If you are just blowing through using the IDE without knowing all those things I'd say it's hurting you more than helping. Cannot tell you how many bugs I've fixed where I was just being a tard and expecting some function to do A when clearly in the documentation is some text saying not to pass a B into it... and surely enough I've passed B.

    I'd bet that moving to Vim for C/C++ development did more for my actual programming chops than any "shortcuts" eclipse provided. That an learning command line git after years of cvs/svn. That too really helped.

  27. IDEs can help learn language by SuperKendall · · Score: 3, Informative

    in XCode the extensive LLVM warnings can reveal a lot of issues that pertain to incorrect usage of the computer language, not just the APIs.

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
  28. Troll food by TapeCutter · · Score: 3, Informative

    I have been using visual studio professionally since version 1.5 on windows 3.1, ie: 20yrs. I do not write (serious) .net programs and never have, VS is not the only IDE I am familiar with, but it is my favourite with "eclipse" a close second.

    You sound like someone who tried it once, found it was different to the QT you love and gave up. If you want a job coding you would be wise to explore it a bit deeper than you have. Not suggesting you give up QT but in my (considerable) experience you often don't get a choice of IDE when you take up a programming job. For example: The large code base I currently manage and help maintain is cross-platform C/C++ which aside from running on win32/64 and windows itanium, is also expected to build and run on various flavours of linux, sun, hp, and aix. I'm not going to change all my build scripts just so the new guy can build a private development version with QT, nor will I pay for a commercial QT license when the department already has an MSDN subscription that comes with the defacto industry standard IDE for windows.

    --
    And did you exchange a walk on part in the war for a lead role in a cage? - Pink Floyd.