Tuesday, July 11, 2006

WHY OPTIONAL PARAMETERS ARE BAD IN .NET

I had someone tell me that optional parameters are great. In some situations I would agree, but normally speaking, I believe that optional parameters are not as great as they are cracked up to be. I couldn't find any reasons off the top of my head, but I'm going to start compiling a list and would like any feedback.
  1. You can't use Databinder.Eval on a property that uses optional parameters.

No comments: