I am curious whether other developers believe the quality of their programming language or their development tools is more important.
Please consider your answer with regard to both productivity and daily enjoyment of work.
I am curious whether other developers believe the quality of their programming language or their development tools is more important.
Please consider your answer with regard to both productivity and daily enjoyment of work.
quality of programing language make things easy. quality of development tools make development faster.
In terms of solving problems, then the right language for the problem at hand is the most important.
In terms of working with the chosen language on a daily basis, a good idea well suited to it is just as important.
Realistically these are two different questions. and can be drawn up like this:
crap language + crap IDE = Totally hate my job.
crap language or crap IDE = I can survive, but would rather be doing something else.
Great language and IDE = I love my job :-)
I'd call fool the one who thinks that an IDE is more important than a language.
After all, I recognize the urge of productivity many have (programmers, companies and researchers too) and the will to optimize their time to the microsecond with the best array of shortcuts by lessening the number of mouse movements (just have a look at some 'call for productivity tips' questions here at SO).
And In the end, I cannot turn my eyes from the fact that a good, well structured IDE can make your (time consuming)job less painful.
But we are called to solve problems daily, I'd like to think a good programmer to be language agnostic, and in consequence IDE agnostic.
I typically work on large projects, so I would definitely favor a decent IDE with refactoring, searching, comparing etc. The way I see it, if the IDE is good enough it can alleviate some of the language's shortcomings.
E.g. Java is very verbose, but since Eclipse's ctrl+space always seems to know what I mean (especially if you tweak it with custom templates) I usually only have to type a few letters and let the IDE sort out the rest.
This question is based on a logical fallacy with even the slightest whiff of a second. Off the top of my head:
There's probably more ways to object to the question, but I think you have the idea?
I say, the most important thing these days is to have a well-designed library that plays well with the language. It saves a lot of time, have the functionallity that you need without have to do it yourselves.
"When I was young"...
Home-made string classses, make-your-own arrays. c interfaces with LPCSTR, error codes...
Not everything was better before.
I realize more and more that productivity and daily enjoyment is totally dependent of the development process model. This is IMHO the reason why no programming language or IDE has any serious productive advantage when project reaches a certain level of complexity.
I laugh at the people who say that python makes you 10x more productive then any other languages when you have to visit 5 meetings and fill out 20 forms to get the permission to change this damned single 20 line function.