CurtHagenlocher commented on PR #38680:
URL: https://github.com/apache/arrow/pull/38680#issuecomment-1810948386

   > Note that I implemented the various `GetEnumerator` methods in two 
distinct ways, a verbose for-loop and a concise LINQ statement. Let me know 
which you think is better and I will standardise on that form.
   
   While concision is very nice, a for-loop allows inlining in a way that 
delegates don't (or don't yet at least) and I think that performance is more 
important than concision code in infrastructure.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to