<div class="gmail_quote">On 18 May 2012 19:59, Bruno Medeiros <span dir="ltr"><<a href="mailto:brunodomedeiros+dng@gmail.com" target="_blank">brunodomedeiros+dng@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 12/05/2012 01:00, Timon Gehr wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
some essential properties:<br>
- starts up instantaneously<br>
</blockquote></div>
....<div class="im"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
some 'nice to have' properties:<br>
- code analysis based code completion<br>
</blockquote></div>
> - integrated debugger<br>
<br>
So just starting up the IDE is more important than actually writing code or fixing bugs?...<br>
<br>
Seriously, I'm never going to understand you "editor" people..</blockquote><div></div></div><br><div>No, writing code and fixing bugs is more important than sitting around and operating your computer.</div>
<div>I can hit F7 or F5 way faster than I can type a full line of some command on the shell. I can tap tab and instantly complete typing the crap I waste time typing repeatedly (typing almost all identifiers become just 1 or 2 key strokes). I can hit ctrl-space and have the documentation for a function appear INSTANTLY much faster than I can swap out and refer to some reference manual. I can step and debug and inspect the value of variables, deep in structures containing a heap of indirection way faster than I can operate GDB.</div>
<div>I will seriously never understand anyone who will try and honestly say typing shit on a command line, feeding commands to GDB manually, and looking up references in some external manual can possibly be faster... under ANY circumstances... ever.</div>