Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it wrong not to prefer an IDE? [closed]

Tags:

ide

Lately I've been job hunting, and for the most part, they would ask me what type of IDE I like to use.

Now, I usually answer with;

Well it all depends on what language I'm developing it in. If it's Java then it would be Eclipse, if AS3 then either Flash CS4 or Flex Builder 3. For HTML, CSS, PHP, and Javascript, I prefer to use PsPad. (almost identical to Notepad+ or textmage).

Now why is it that they always seem to become immediately disgusted with the fact that I said PSPad? Truth be told, I don't like to use DreamWeaver because I feel like it's bloated. I mean to each his own I guess ... but I've tried using it and I honestly work faster with PSPad.

Should I start using Dreamweaver just to put in my resume?

like image 859
ryan Avatar asked Aug 30 '09 00:08

ryan


People also ask

Is it necessary to use IDE?

They provide virtually all of the tools a developer needs to write and build a program from end to end. Developers use an IDE to write, manage, and execute code while running their applications. It makes the development process much easier by abstracting different aspects of editing code into standalone programs.

Are IDEs good for beginners?

That being said, IDEs are a great tool. No argument here. The thing is, it may not be a good tool for a beginner, especially a student. It may be hindering your programming ability and maybe even your ability to get a job.

Do you need an IDE for coding?

After all, we highly recommend using an IDE while you are coding. Because, an IDE helps you spot out run time errors very easily. It helps you remove errors and compile your code without hassles.

Why do we use IDE in Java?

IDEs typically provide a code editor, a compiler or interpreter and a debugger that the developer accesses through a unified graphical user interface (GUI). Java IDEs also include language-specific elements such as Ant and Maven build tools and TestNG and JUnit testing.


1 Answers

Theoretical Advice

It's quite reasonable not to like IDE's, though you do need to acknowledge their usefulness, and everyone has their own most efficient ways of working, which makes sense.

Practical Advice

You can't deal with recruitment agents logically, I'm afraid. You need to check their checkboxes, and get past them, to talk to someone real.

Once you get into a real interview with a programmer, be honest about everything, about why you don't like IDE's (especially DreamWeaver) and then you can just hope for the appropriate outcome.

But with recruitment agents you need to appreciate that they don't understand anything about our industry; and you typically need to give them the answers they want.

I'd say your are "familiar" with DreamWeaver and leave it at that.

like image 77
Noon Silk Avatar answered Nov 16 '22 03:11

Noon Silk