Cerin
New member
- Joined
- Oct 6, 2008
- Messages
- 2
- Programming Experience
- Beginner
Hi,
I'm new to VB.Net, and I was surprised to find that the default AND/OR operators don't use short circuited logic. I noticed that true short circuit operators were recently added to the language, but does anyone know why these weren't used initially? Is there any benefit to computing parts of an expression that are logically irrelevant?
I'm new to VB.Net, and I was surprised to find that the default AND/OR operators don't use short circuited logic. I noticed that true short circuit operators were recently added to the language, but does anyone know why these weren't used initially? Is there any benefit to computing parts of an expression that are logically irrelevant?