comp.lang.ada
 help / color / mirror / Atom feed
From: Georg Bauhaus <sb463ba@l1-hrz.uni-duisburg.de>
Subject: Re: AdaGIDE 7.00 release (Ada GUI IDE for Windows 95,98,ME,NT,2000,XP)
Date: Wed, 4 Dec 2002 16:25:43 +0000 (UTC)
Date: 2002-12-04T16:25:43+00:00	[thread overview]
Message-ID: <aslaa7$cs6$1@a1-hrz.uni-duisburg.de> (raw)
In-Reply-To: asjbj6$h3v$1@helle.btinternet.com

Martin Dowie <martin.dowie@no.spam.btopenworld.com> wrote:
: "Gautier" <gautier_niouzes@hotmail.com> wrote in message
: news:17cd177c.0212031234.340ca0aa@posting.google.com...
:> * Main improvements in AdaGIDE 7.00 compared to version 6.52
:>     Suggestions added when a '.' or '(' is pressed (Ada. -> ...)
: 
: Love this feature!!

A side effect (of visible suggestions, here in VAJ and Eclipse)
that I've been witnessing is decreasing knowledge of libraries, and
also that source code starts beeing cluttered with fully qualified
names because then the feature works. People have started qualifying
names even when they were just looking for some standard java.lang.String
function.  Hope you can avoid this desease, which in Ada I'd have to
express as

   function inc(x: Standard.Integer := Standard.Integer'(0))
               return Standard.Integer is
   begin
      return Standard."+"(x, Standard.Integer'Succ(x));
   end inc;

I'd guess (from mechanisms behind C-TAB) that AdaGIDE is 
smarter and doesn't require FQNs. So it can nicely hide whatever
negative effect on learning suggestions might have :-) 
(Not saying suggestions aren't useful, but it might make programmers
even more lazy.)

just my -2c.
-- georg



  reply	other threads:[~2002-12-04 16:25 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-03 20:34 AdaGIDE 7.00 release (Ada GUI IDE for Windows 95,98,ME,NT,2000,XP) Gautier
2002-12-03 21:30 ` Christopher Campbell
2002-12-04 10:49   ` Gautier
2002-12-03 22:35 ` Martin Dowie
2002-12-04 16:25   ` Georg Bauhaus [this message]
2002-12-04 17:24     ` Robert A Duff
2002-12-04 17:25       ` Chad R. Meiners
2002-12-04 17:46         ` Georg Bauhaus
2002-12-04 17:50         ` Georg Bauhaus
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox