C#: Optional Parameters - Pros and Pitfalls
- by James Michael Hare
When Microsoft rolled out Visual Studio 2010 with C# 4, I was very excited to learn how I could apply all the new features and enhancements to help make me and my team more productive developers.
Default parameters have been around forever in C++, and were intentionally omitted in Java in favor of using overloading to satisfy that need as it was…