Slashdot Mirror


2006 Software War Map between FOSS and Microsoft

Ant writes "Neatorama mentions Steven Hilton's Software War Map that depicts "the epic struggle of Free and Open Source Software (FOSS) against the Empire of Microsoft. It was updated in 2006."

1 of 311 comments (clear)

  1. Re:I don't know... by PeeCee · · Score: 5, Informative
    but Visual Studio 2005 is without comparison. Eclipse is stone age compared to Visual Studio.

    Whaat?? As a full time Visual Studio developer (no zealotry here), I find that 2005 is far superior to previous incarnations(*), and quite decent in its own right, but it doesn't hold a candle to Eclipse. Note that I'm talking about the "native" VS-C# vs Eclipse-Java development here, because obviously both (especially Eclipse) are capable of a lot more.

    VS 2005 only just incorporated refactoring support, and it's still pretty limited. It also catches a lot fewer errors (helped by the fact that Eclipse background-compiles your code all the time), and doesn't have half as many smart code-completion features (yeah, it has plenty of "dumb" completions, but Eclipse sometimes feels like it can pretty much write all your code on its own while you just wish it into existence).

    That said, I find two big advantages to VS2005: its learning curve is a lot less steep (remember the first time you actually tried to run your program in Eclipse?), and its GUI (WinForms) editor is very simple+powerful (as long as you don't want to dig too much inside the code it generates).

    But seriously, I'm interested: What do you find is so much better in VS2005 than Eclipse?

    (*) Note: VS2005 is pretty cool when it works. Aside from Windows ME, it has got to be one of the buggiest pieces of software ever to come out of Redmond. In the past 8 months I have bumped into innumerable problems all around: the IDE, C++ and C# compilers, libraries... you can tell they rushed it out the door. I had found plenty of bugs in MS development tools before, but never so many in such a short timespan. Also, it's bloated, but I guess when comparing it to Eclipse that doesn't count :)