Quantcast
Channel: Wait, is this... LINQ? - Code Review Stack Exchange
Browsing latest articles
Browse All 3 View Live

Answer by cheezsteak for Wait, is this... LINQ?

Decomposition There are redundancies in translating from Array and Collection. Consider these three snippits Dim value As Variant, i As Long 'value is unused? For i = LBound(values) To UBound(values)...

View Article



Answer by RubberDuck for Wait, is this... LINQ?

You can fake overloading and doing so will make for a friendlier API. First, make FirstWhere and LastWhere private. Then add an optional argument to First and Last. Simply check to see if predicate Is...

View Article

Image may be NSFW.
Clik here to view.

Wait, is this... LINQ?

Context I'm working on a little project that consists in a series of Microsoft Excel add-ins (.xlam). The code being submitted for review here, is located in the Reflection project: Feel free to...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images