Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:If I use an IDE, does it mean I'm a bad program (Score 1) 443

Do you deny you actually said precisely this:
No, using an IDE means you are a productive programmer

Do you deny that you made precisely this incorrect quote: "anyone in front of an IDE is productive"

Obviously tools like cut'n'paste are beyond you. You're also too stupid to realise they don't even mean the same thing. You lose.

And I see you're still waiting for a single person to agree with you.

Comment Re:If I use an IDE, does it mean I'm a bad program (Score 1) 443

You really are an incompetent. Your entire argument is based on a misquote.

Anyway your analogy still sucks, because all of the IDE related tools are available with equal or more power outside the IDE.

You're showing your ignorance again. An IDE is about productivity. You can for example type a complex command in a CLI to do a refactor, but there's no usable interface there to examine preview of the refactor before you do it.

The IDE user leaves you and your primitive tools in the dust.

Comment Re:If I use an IDE, does it mean I'm a bad program (Score 1) 443

You're not fooling anyone. You gave it away with the lazy slashdot stereotype of StackOverflow. Spending 3 hours on an issue that a StackOverflow search would have found you the key to in seconds is not being a productive programmer. And it's certainly not being a professional one.

You're a poser, not a programmer. You don't do this for a living. You have far too much to learn.

Comment Re:Do most of the work? (Score 1) 443

OK, so you're lucky enough to be writing code from scratch, and you're not working with other people. And you're working on an algorithm in engine code, rather than applications. That cuts down how often you'd want to do it.

That's kind of similar to the students I mentioned that are the classic users of vi.

But in the commercial world, you're usually working on large, complex systems, with a lot of history, usually originally written by other people. And you know it'll be built on still further by other people in future.

IDEs help handle the complexity of big projects. Of which the refactor/renaming rather than search/replace is just one example.

Comment Re:Do most of the work? (Score 1) 443

People using simple editors rarely do. The work and the risk that you'll introduce a bug often isn't considered worth reconsidering the name of a function or identifier. Especially with OO code.

But if you're using an IDE with refactoring support, there's next to no risk, and it's fast. So there's no reason not to rename if clarification is needed, or the code was originally written by someone who's not good at naming things.

I do it quite often.

Slashdot Top Deals

The optimum committee has no members. -- Norman Augustine

Working...