25% of programmers work time is spended by checking if the required code already exist.
I'm searching for a base class for implementing the safe bool idiom.
|
25% of programmers work time is spended by checking if the required code already exist. I'm searching for a base class for implementing the safe bool idiom.
| |||||||||||||||||||||
feedback
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.
|
The reference mentions that:
| |||
|
feedback
|
|
The safest thing to do is to not have implicit conversion to Make that conversion explicit. Then the name, if chosen well, can also help people understand what it's all about. Cheers & hth., | |||||||||||||||||||||
feedback
|