May 21, 2017 | .NET
Code that accompanies this article can be downloaded here. Back in the day when I was a young developer, I was using output parameters. Then I figured out it is somewhat complicated to test functions with output parameters, and that their use is clunky at best. Also,...