Re: Naming conventions

Tech-Archive recommends: Fix windows errors by optimizing your registry



Since readable code is more important than reducing typing to me, I
don't buy the "shorter name is better" argument. If you use a decent
code editor with code completion, you don't have to type it all in
anyway.

I would agree completely that readable code is more important than
reducing typing. However, length is not a virtue in and off itself, and
my point is that in this particular case the longer variable names do
nothing to convey the intentions of the author and, if anything,
distract attention from the role the variable plays in a form, and
towards it's type (which is much less important) .

.



Relevant Pages

  • Ann: Editor.NET 1.2 released
    ... Editor.NET is an advanced code editor allowing integration of a highly ... code completion, unlimited undo/redo, bookmarks, word wrap, drag-n-drop, ... + Transparent property added allowing to display background image. ... code outlining, smart formatting and code completion features. ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: code completion in With Statement
    ... >> How do you bring up code completion within code editor when in a With ... >> With qry do begin ... >> I've tried ctrl shift space but that only works when you have an ...
    (borland.public.delphi.ide)
  • Re: Delphi 2005 and D7 code completion slow
    ... Code completion: ... When you enter a class name followed by a period in the Code editor, the list of properties, methods and events appropriate to the class is displayed. ... Tooltip expression evaluation: ... Display declaration information for any identifier by passing the mouse over it in the Code editor. ...
    (borland.public.delphi.non-technical)
  • Re: code completion in With Statement
    ... Bill N wrote: ... > How do you bring up code completion within code editor when in a With ... > With qry do begin ...
    (borland.public.delphi.ide)