“AndAlso”…VB.NET short circuiting oddity
Wednesday, May 23rd, 2007It comes as no surprise that Visual Basic frequently breaks away from traditional programming semantics, but the “AndAlso” short circuit conditional simply does not make sense.
For those not familiar with the short circuited conditional, it is a syntax where you can have two conditionals in an IF statement, and if the first conditional fails, the […]