Page 10 of 11

Re: What IDE are you using?

Posted: Mon Oct 22, 2012 6:31 am
by ruthc
I love using MS Visual Studio.

Re: What IDE are you using?

Posted: Mon Oct 22, 2012 8:55 am
by AntonioModer
ruthc wrote:I love using MS Visual Studio.
MS Visual Studio Standard Edition ?

Re: What IDE are you using?

Posted: Tue Oct 23, 2012 5:24 pm
by serge1peshcoff
I use Notepad++ and Paint.NET for drawing.
My game now has now sound, so no need for audio editor now.

Re: What IDE are you using?

Posted: Mon Oct 29, 2012 3:40 pm
by clod
I use Codelobster
This free IDE works best for me

Re: What IDE are you using?

Posted: Tue Oct 30, 2012 3:38 pm
by kikito
Since this topic is still more-or-less active, I thought about bringing this recent on-topic article:

IDEs are a language smell

Controversy may start now.

Re: What IDE are you using?

Posted: Tue Oct 30, 2012 4:21 pm
by paritybit
kikito wrote:Since this topic is still more-or-less active, I thought about bringing this recent on-topic article:

IDEs are a language smell

Controversy may start now.
If that's not the start of a ideology war, I'm not sure what is.

I love how purists always know the one right answer.

Re: What IDE are you using?

Posted: Tue Oct 30, 2012 7:08 pm
by josefnpat
kikito wrote:Since this topic is still more-or-less active, I thought about bringing this recent on-topic article:

IDEs are a language smell

Controversy may start now.
I'm not sure if you saw the comments on HN, but they are also very interesting.

Re: What IDE are you using?

Posted: Tue Oct 30, 2012 7:26 pm
by AntonioModer

Re: What IDE are you using?

Posted: Tue Oct 30, 2012 7:38 pm
by vrld
kikito wrote:Since this topic is still more-or-less active, I thought about bringing this recent on-topic article:

IDEs are a language smell

Controversy may start now.
I don't use IDEs (unless you count unix as IDE) for any of my projects, but I cannot agree with that statement at all. Code navigation, code completion, project management, build management, interactive debugging, etc. are very valuable tools to have. It does not (really) matter if they are integrated in one big piece of software or separated into several smaller programs (vim/emacs/$EDITOR, shell, *make/autotools, gdb+valgrind), it only matters you can use them effectively.

IDEs are not a language smell. However, being dependent on an IDE is.

Have you ever tried building a medium-large Java Project without the help of Eclipse or IntelliJ? Yeah...

Re: What IDE are you using?

Posted: Wed Oct 31, 2012 3:04 am
by kclanc
kikito wrote:Since this topic is still more-or-less active, I thought about bringing this recent on-topic article:

IDEs are a language smell

Controversy may start now.
It's probably worth noting that the "Scala IDE" eclipse plugin is considered the best Scala IDE. In fact, the designer of Scala, Martin Odersky, contributes to it. I believe he once said that it is his preferred environment for programming in Scala. I tried it a couple of years ago; it seemed to work pretty well.