Looping Is An Anti-Pattern

This is a concept that is probably foreign to a great deal of C# developers (although C# 3.0 contains various functional programming concepts).

(Note: When I say "looping" I mean primitive looping via while, for, foreach, etc.)

0 comments :