Re: Language Features I'd Like To See

From: Bob Dawson (bdawson_at_idtdna.com)
Date: 03/11/05


Date: Fri, 11 Mar 2005 13:31:25 -0600


"David Smith" wrote
>
> The refactoring and other features in D2005 are a good
> step to that direction, but we need more automation to
> help the writing.

Refactoring, of course, doesn't help the writing but the rewriting. <g>

I suppose that was what CodeRush was for--but frankly, code completion is
about all the help I need. I've long given up the notion that I can think
carefully faster than I can type. As it is, I spend a significant amount of
time now just looking at what I typed and pondering its correctness.

bobD



Relevant Pages

  • Re: Language Features Id Like To See
    ... >>The refactoring and other features in D2005 are a good ... >>help the writing. ... refactoring so I wrote that. ... But the point is that we need more automation from the IDE. ...
    (borland.public.delphi.non-technical)
  • Re: What do you like about D2005?
    ... > to help inform an article I'm writing. ... Refactoring ... New palette (that was in Delphi 8 of course but I skipped that version) ... I just love these features and use them often. ...
    (borland.public.delphi.non-technical)
  • Re: How to do this?
    ... Kevin Spencer wrote: ... process of refactoring is an excellent way to solve a problem. ... A good developer will often begin by writing out a long solution, ... can be made into loops or functions, and other optimizations. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: How to do this?
    ... process of refactoring is an excellent way to solve a problem. ... A good developer will often begin by writing out a long solution, ... can be made into loops or functions, and other optimizations. ... Jon Skeet - ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: unit tests == ugly code?
    ... On of the TDD pitches is that the tests present a constant design pressure ... My test to check if my list articles works shows some strange semantics, ... If you are writing tests and not refactoring, I think you are missing a main ...
    (comp.lang.ruby)