Linguistic forms

Shortcircuiting operators in .NET

March 7, 2009 · Leave a Comment

If you’re into nerdy algorithmic discussions this one about the implementation of the && operator in .NET is quite interessting – it makes it more clear why there is both shortcircuiting and non-shortcircuiting operators for ‘and’ and ‘or’ (&&, &, ||, and |).

Check it out:

http://bytes.com/groups/net-c/230257-shortcircuiting-operators-c

Categories: Uncategorized

0 responses so far ↓

  • There are no comments yet...Kick things off by filling out the form below.

Leave a Comment