Challenge: Robust enumeration over external code
Here is an interesting little problem: public class Program { private static void Main() { foreach (int i in RobustEnumerating(Enumerable.Range(0, 10), FaultyFunc)) { Console.WriteLine(i); } } public static IEnumerable<T>...
[full post]
Ayende Rahien
c#
24
0
0
0
96
[03 Mar 2010 20:54 PM]

Shuffle


































