By tag: Functions
0
kicks
F# vs. C#: refactoring in parallel and generics
In an attempt to avoid out parameters (which suck) in C#, I refactored a bit of contrived code to bury them elsewhere. I also worked on the equivalent F# code, and found more things about C# that may or may not suck.