Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • IMHO it should have been a list all "ForLoopHeads" and the outer / inner should be determined by the order it gets added to the list, but it already feels like as it is totally overengineered for a nested for loop Commented Oct 22 at 11:15
  • @RandRandom I was also thinking about that, but the lambda expression for the body must have a fixed amount of arguments. Hence I thought that having a flexible amound of loop heads does not improve the code so much. Commented Oct 22 at 11:40
  • a strong competitor for github.com/jongeorge1/FizzBuzzEnterpriseEdition-CSharp/tree/…. bonus point for multiple lambdas (very 'fun' to debug) Commented Oct 22 at 14:04