comp.lang.ada
 help / color / mirror / Atom feed
From: Gautier <gautier@fakeaddress.nil>
Subject: Re: Request for critics
Date: Wed, 22 Mar 2006 22:44:14 +0100
Date: 2006-03-22T22:44:14+01:00	[thread overview]
Message-ID: <4421C52E.902347A@fakeaddress.nil> (raw)
In-Reply-To: dvr7a5$9o3$1@sunnews.cern.ch

Just an opinion:

       if (Left = Active and Right = Inactive)
         or (Left = Inactive and Right = Active) then

seems to me "over-explicit" and indeed less readable than:

       if Left /= Right then

_______________________________________________________________ 
Gautier         -- http://www.mysunrise.ch/users/gdm/index.htm 
Ada programming -- http://www.mysunrise.ch/users/gdm/gsoft.htm 

NB: For a direct answer, e-mail address on the Web site!



  reply	other threads:[~2006-03-22 21:44 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-22 10:01 Request for critics Maciej Sobczak
2006-03-22 21:44 ` Gautier [this message]
2006-03-22 23:17 ` Jeffrey R. Carter
2006-03-23  1:21   ` tmoran
2006-03-23  4:29 ` Steve
2006-03-24 23:30 ` Justin Gombos
2006-03-25 14:00   ` Stephen Leake
2006-03-26  0:35     ` Jeffrey R. Carter
replies disabled

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