Where do conditionals come from?
See the original posting on DZone Python
Given that we want to reduce the number of conditional branches in our code, I wonder whether it is possible to catalogue all of the reasons they exist, so that we might then in turn list a few ways to eliminate each category.
Preview Text:
Ive listed out those origins of conditionals that I could think of. Is this a fools errand?…