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

How many of you use an .....

Name: Anonymous 2010-07-11 18:13

.....IDE?

No seriously I want to know. Don't act all like haxxorz from the '70s.

You are anonymous after all.

I myself am a newbie who was introduced to /prog/ramming using Borland's Turbo Pascal. Then I began using gedit when I began learning OOp in Java. And recently I began learning Vi but I'm still quite clumsy with it. All I am wondering is if it's really a good idea or just a waste of time?

So how many of /prog/ prefer a GUI editor over a CLI editor or even an IDE over an text editor?

Pascal was infinity more fun than JAVA lol

Name: Anonymous 2010-07-11 18:19

Some times I feel like using a ide is like killing a bird with a canon, but is nice to hava a IDE over a text editor

Name: Anonymous 2010-07-11 18:30

>>2

killing a bird with a canon

implying that wouldn't be an awesome achievement

But seriously. There is nothing more cosy than using CLI. It's a struggle to climb the learning curve but once on top it's awesome. I suggest you even get a Keyboard Only Window Tile Manager going on your system (the likes of ratpoison and dmv).

Name: Anonymous 2010-07-11 18:30

i use vs2008 for work, but nano and a terminal for personal stuff

Name: Anonymous 2010-07-11 18:36

I use Emacs with a lot of extensions (is there any other way to use it :)

Name: Anonymous 2010-07-11 18:46

>>1

It depends mostly just on personal opinion. I mean unless your tasks are so easy that you spend less time forming the algorithm than actually coding it. It that case CLI would be infinity faster.

Name: Anonymous 2010-07-11 18:51

Vim is comfortable. I don't see why I should use an IDE with graphics and buttons and shit when I'm writing what is essentially just plain text.

Name: Anonymous 2010-07-11 19:02

I like syntax highlighting, code folding, and a way to recompile and run without moving anything around on the screen.  Nano, some terminal windows, and keyboard shortcuts _are_ my IDE.

That said, if I have to code under windows, I'll take full advantage of IDE's built-in code completion and debuggers.  I HATE as-you-type syntax fixers.  I'll write down my fucking closing brace/semicolon/whatever when I damn well please!

Name: Anonymous 2010-07-11 19:09

>>7
I don't see why I should use an word processor with graphics and buttons and shit when I'm writing what is essentially just plain text.

Name: Anonymous 2010-07-11 19:12

I've never been comfortable working with editors that finish your quotes or brackets for you. I know that in order to familiarize yourself with a tool's benefits, you have to embrace a new way of working, but they always seem to fuck up whatever it is I'm in the middle of typing.

I'm really used to code hints, but I'm getting so fed up with IDEs fucking shit up for me that I'm ready to switch to vim or emacs.

Name: Anonymous 2010-07-11 19:13

>>9
You're using the wrong thing if all you're writing is plain text.

Name: Anonymous 2010-07-11 19:38

Emacs is a pretty nice IDE; its even got a good built-in text editor, M-x viper-mode.

Name: Anonymous 2010-07-11 19:42

If I have an IDE, I use it. Microcontroller C compilers usually have an IDE and I use it. I've used Eclipse for Java and Python, though I don't normally program in those languages. I don't know if DrRacket counts but I use that. Otherwise I just use vim/gvim and make. I don't really see a huge advantage to IDEs.

Name: Anonymous 2010-07-11 20:10

>>9

:|

Must be a pain to read your documents unless you are talking about using LaTeX instead of a word processor.

Name: Anonymous 2010-07-11 20:22

I like code completion and all that, but I would rather compile from the CLI or write my own makefiles than have to mess with all the settings in an IDE.

Speaking of, is there a good text editor for Windows or Linux with auto completion, code folding, etc. and preferably vim keybindings?

Name: Anonymous 2010-07-11 20:23

I use python's idle a lot when messing around..

I don't really see any problem with IDE's. They are just there to test out little programs.

Name: Anonymous 2010-07-11 20:27

>>16
swing and a miss

Name: Anonymous 2010-07-11 20:54

Is DrScheme an IDE? I use it sometimes. Other than that, it's all emacs and nano.

Name: Anonymous 2010-07-11 21:12

>>18
U MENA DrRacket

Name: Anonymous 2010-07-11 21:14

>>3
U MENA xmonad?

Name: Anonymous 2010-07-11 21:46

screen+vim is doing fine for me.

Name: Anonymous 2010-07-11 21:48

>>14
Word processors are garbage. After decades of using Word and OpenOffice I am really sick of them. They're a pain in the ass to use unless you set up all these fucking styles, which would be fine in itself, except no one knows how to use styles, so any collaborative document is a massive piece of shit. You delete a word and the formatting goes nuts. That's retarded.

In another reality, latex and some version control system was used for collaboration. I go there sometimes, in my dreams. It's nice.

Name: Anonymous 2010-07-11 21:53

They're a pain in the ass to use unless you set up all these fucking styles, which would be fine in itself, except no one knows how to use styles
To be fair, Microsoft realized this with Office 2007 and made styles the most prominent feature in the entire UI, among other things. I find that styles in Word are now extremely easy to use and almost everyone I know utilizes them.

Name: Anonymous 2010-07-11 22:13

>>23
I've messed around with 2007 a little, the ribbon is an improvement (long-awaited), but my company can't afford to ask "how high" every time MS says "jump."

Name: Anonymous 2010-07-11 22:52

Emacs tends to be enough here.

Name: Anonymous 2010-07-11 23:03

>>1
IDEs are more useful for reading code than they are for writing it; syntax highlighting and the ability to jump to a function definition simply by clicking on it make a world of difference.  I use netbeans at home, eclipse at work (no choice there).

Name: Anonymous 2010-07-12 0:54

A competent developers turns his operating system into his IDE. I've yet to hear of a single thing an IDE can do that 1. vim can't, and 2. justifies the colossal waste of resources.
Anyone defending IDEs doesn't have a clue what he's doing as a programmer.

Name: Anonymous 2010-07-12 1:46

I love Netbeans and all the typing it does for me.

Name: Anonymous 2010-07-12 2:05

I'm too manly to use an IDE. I use Textmate. Watch the screencasts.

Name: Anonymous 2010-07-12 3:11

>>27
vim is an IDE.

Name: Anonymous 2010-07-12 4:45

Not as a primary way of programming, no, I don't use IDEs. If I could get intellisense in vim, then I wouldn't see a point of IDEs at all.

Nowadays I write a lot of C# and people think that documenting their libraries isn't necessary, because they have their IDEs with code completion and inline XML documentation, god damit. I don't want to read documentation in an IDE, that's retarder. So, yeah, I have to sometimes use IDE, because that's easier than reading the source.

Name: Anonymous 2010-07-12 6:29

Depends on what I'm doing.

For First Draft and stuff like that, Notepad++

Once I start compiling, I'll typically throw it over into and IDE. I used ECLIPSE on my last to projects (Code Red's Red Suite for writing control software for Cortex M3, Xilinx's SDK for writing control software into Spartan3A µblaze)

If I need to write more, I will often C/P over into NP++ again, because I like it. Some of the guys I work with think that's a funny habit, but I like having my code on the entire screen, in a program where an accidental key combination won't compile useless shit or some other random event that'll happen when you *want* to hit ctrl-s but instead hit ctrl-(a,w,e,d,x,z).

Name: Anonymous 2010-07-12 6:33

XCode

Autocompletion
Documentation lookup
Autoindentation

A stand alone text editor might be able to do these things for Objective-C, but XCode is adequate.

Name: Anonymous 2010-07-12 6:43

>>33
Autocompletion
Case-insensitive autocompletion without the option to fix it. You are a terrible programmer if that doesn't bother you.

Name: Anonymous 2010-07-12 6:45

It depends what I am writing. I don't use an IDE for writing in C, but I really cannot think of programming in Common Lisp without SLIME.

Name: Anonymous 2010-07-12 7:06

>>31
If I could get intellisense in vim
You mean like with any of the dozen plugins that exist already?

Name: Anonymous 2010-07-12 7:08

>>31
If I could get intellisense in my IDE, then I wouldn't see a point of IDEs at all.
that really doesn't make any sense at all.

Name: Anonymous 2010-07-12 7:18

CLI all the way here.
Tried getting into Code::Blocks but failed miserably.
Vim > IDEs.

Name: Anonymous 2010-07-12 7:43

Vim has :make. Thread over.

Name: Anonymous 2010-07-12 7:56

>>34
I don't use methods with the same name but different capitalization.  I guess there could be a library that does that, but so far it hasn't been an issue.

I generally don't auto-complete variable names, it's usually faster for me just to type them.

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