Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.theory -> Re: The IDS, the EDS and the DBMS

Re: The IDS, the EDS and the DBMS

From: Chris Capel <ch.ris_at_iba.nktech.net>
Date: Sun, 12 Sep 2004 22:01:29 -0500
Message-ID: <10ka3dg5lpas916@corp.supernews.com>


Lemming wrote:

> if (a = b) then ...
>
> if (fileopen("myfile",filehandle)) then ...
>

I think the only problem is when your boolean conditionals accept integers without casting. Note that the only way your first example would compile in a language like C# would be in the 'a' variable were a boolean. Same goes for the second. 'fileopen' would have to return a boolean. And in that case, the meaning would be clear. So I think the problem here is with languages with no little type checking, not with the compact style itself.

I know that I really hate creating temporary variables.

Chris Capel Received on Sun Sep 12 2004 - 22:01:29 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US