I don't think working with an IDE has enforced anything on me, although I did spend a while fixing what I think is the silly and ugly way VS automatically puts in curly braces. I also admit I don't have a clue about linking and makefiles because in any project I've worked on VS or Delphi has built everything for me at the hit of a couple of keys.

I suppose it's like deciding whether to use iTunes or Winamp. For me, iTunes's ease of use trumps even Winamp's AVS, and even when you use Winamp's excellent Super Mario skin.

I don't mind working with vim and have almost liked it for doing some cgi work where JEdit couldn't ftp to the server, but for me, when working on a big project a big IDE like Delphi, or especially VS, is great for its code completion and automatic hyperlinking. That is something I think is fantastic for navigating around my code, kind of like increasing the screen's resolution virtually.

Vim does have the benefit that in most cases it is white on black. At first I thought coding white on black was stupid, but Delphi's Twilight (which I had to tweak a bit in version 8) converted me. VS's flaw as an editor is that it doesn't have a white on black mode and it took me a while to set all the colours manually. JEdit is even worse in that regard - I just made the background light grey because there were so many other colours it used for highlighting that clashed with black.

How can you feel when you're made of steel? I am made of steel. I am the Robot Tourist.
Robot Tourist, by Ten Benson


In reply to Re^2: Code Readability. Break Rule Number 5? by robot_tourist
in thread Code Readability. Break Rule Number 5? by DACONTI

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.