Re: Not = versus <>
- From: Stefan Berglund <sorry.no.koolaid@xxxxxx>
- Date: Sun, 22 Oct 2006 12:28:02 -0700
On Sun, 22 Oct 2006 07:37:03 GMT, erewhon@xxxxxxxxxx (J French) wrote:
in <453b1f21.674141090@xxxxxxxxxxxxxxxx>
I am firmly of the opinion that VB code should read like English
If Not Me = Full Then Eat
Somehow that looks strange to me
If Me <> Full Then Eat
Better
If ( Me <> Full ) Then Eat
Much better
Generally I reckon that if one needs to squint at code then there is
something dubious about it.
Absolutely. And when you write self documenting code in that manner
comments are obviated.
---
Stefan Berglund
---
This posting is provided "AS IS" with no warranties and no guarantees either express or implied.
Stefan Berglund
.
- Follow-Ups:
- Re: Not = versus <>
- From: J French
- Re: Not = versus <>
- References:
- Not = versus <>
- From: MP
- Re: Not = versus <>
- From: J French
- Not = versus <>
- Prev by Date: Re: Type mismatch error with Inet control all of a sudden
- Next by Date: Re: change
- Previous by thread: Re: Not = versus <>
- Next by thread: Re: Not = versus <>
- Index(es):
Relevant Pages
|