Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Why IDEs

Name: Anonymous 2011-06-25 6:09

Why do people use IDEs over a good old text editor and a compiler? What does Visual Studio have to offer over Vim and gcc?

Name: Anonymous 2011-06-27 5:25

IDEs are nice.

Text editors optimize the wrong thing. entering the code is by far not the bottleneck. It is better to help with debugging than to help with typing.

Name: Anonymous 2011-06-27 6:16

Name: Anonymous 2011-06-27 7:55

>>19
fuck off back to reddit

Name: Anonymous 2011-06-27 9:17

>>19
emacs indeed.

Name: Anonymous 2011-06-27 9:18

i like eclipse.

Name: Anonymous 2011-06-27 10:12

If you don't use an IDE, then get the fuck off /prog/.

I would expect the people who write 50 line programs with text editors and preach about how they're better than IDEs on /g/, but certainly not here.

Name: Anonymous 2011-06-27 10:29

>>23

i bet you also use windows

Name: Anonymous 2011-06-27 10:55

>>24
I actually use Gentoo and compile all my software with custom cflags. BROOM BROOM

Name: Anonymous 2011-06-27 11:19

Anyone that learns to program with the help on an IDE is not a real programmer.

An IDE does things for you that a young and avid programmer should learn themselves.
IDEs are great productivity wise.

But fuck that, vim and g++[/spoiler] does the job good enough for me. I don't need no fancy IDE[/spoiler]!!!

Name: Anonymous 2011-06-27 11:24

>>26
u failed at hot stripping bbcoed lol

Name: Anonymous 2011-06-27 11:25

>>26
u need a BBCode IDE?

Name: Anonymous 2011-06-27 11:26

because using auto completion makes you a bad programmer? it makes it easier, programming is still done by the person using the IDE

of course GUI tools are horrible, but auto completion is pretty much the most useful tool ever

Name: Anonymous 2011-06-27 11:34

Geehrte Damen und Herren wären sie bereit für einen Augenblick die Augen zu schließen und sich vorzustellen wie ich langsam meinen Penis in ihren Mund führe, halten sie kurz inne, riechen sie diesen Würzigen strengen Duft ein ungewaschenen Glieds? Nähmen sie sich zeit und lassen sie es auf sich wirken während ich langsam weiter ihren Rachen runter gleite merken sie die plötzlich Luftknappheit?  Erschrecken sie sich nicht sie werden sich schnell dran gewöhnen weinen sie ruhig wen ihn danach zumute spüren sie dem Rhythmus des pochenden Gliedes konzentrieren sie einzig und allein auf die würzige Zwiebelwurst die ihren brechreiz wieder und abermals auf die probe stellt. Und dann werden sie eins, eins mit dem Moment der Vollkommenen Entleerung genießen sie jeden einzigen klebrigen tropfen der ihr Kehle herunter tropft und werden sie sich dem Leben in seiner vollen Wonne  bewusst.

Name: Anonymous 2011-06-27 11:58

When using an IDE I frequently feel like I have no idea what is going on in the compilation process. It works, but I'm not in complete control over what is going on. If I use vim + g++ it doesn't automatically include all the libraries or set the correct paths.

I also like having the programs shout at me when I make a mistake. When I forget a bracket and Sepples-sama gets all mad and spews a hundred errors at me, I feel like she is the only one who really cares about me.

Name: Anonymous 2011-06-27 12:21

Fixt version (i know u waited for that)

Geehrte Damen und Herren wären sie bereit für einen Augenblick die Augen zu schließen und sich vorzustellen wie ich langsam meinen Penis in ihren Mund führe, halten sie kurz inne, riechen sie diesen Würzigen strengen Duft eines ungewaschenen Glieds? Nähmen sie sich zeit und lassen sie es auf sich wirken während ich langsam weiter ihren Rachen runter gleite merken sie die plötzlich Luftknappheit?  Erschrecken sie sich nicht sie werden sich schnell dran gewöhnen weinen sie ruhig wen ihn danach zumute ist spüren sie dem Rhythmus des pochenden Gliedes konzentrieren sie sich einzig und allein auf die würzige Zwiebelwurst die ihren brechreiz wieder und abermals auf die probe stellt. Und dann werden sie eins, eins mit dem Moment der Vollkommenen Entleerung genießen sie jeden einzigen klebrigen tropfen der ihr Kehle herunter tropft und werden sie sich dem Leben in seiner vollen Wonne  bewusst.

Name: Anonymous 2011-06-27 13:25

>>18
This is the right answer.  I strongly dislike the amount of information that an IDE (like VS) hides from me, but it is worth the sacrifice to get the visibility that the debugger provides.  You could probably piece together some custom tools and get something close to the streamlined-ness of VS, but why bother?

I will stick with VS until there's something different that provides this level of convenience:

1) Type some code.
2) Set a breakpoint at an line of source.
3) Press a key to compile/link/run it.
4) Code stops at set breakpoint.
5) Immediate visibility into all local variables, call stack, registers, memory contents, disassembly...  plus single keystrokes for single stepping, "step over," "run to cursor," etc...

Yeah, all those functions are available in GDB or your favorite command-line debugger, but as >>18-san said, the bottleneck in development is the time consumed in doing exactly these things (unless you're writing toy code).

Name: Anonymous 2011-06-28 12:29

>>33
Sweet dubs bro.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List