Boolean Parameters

April 18th, 2007
[ Geek ]

I was about to write something about using boolean parameters in methods when designing a framework. Luckliy most of what I would say is here, in the post and the comments. As well, msdn kinda-sorta touches on it here.

In general, boolean parameters used in this fashion in a framework API are poor design and should be refactored.