Reading up on design patterns, and have found that there are 23(?) some-odd patterns that have been defined. I've seen a bit of overlap in a few (ie. builder and decorator) that would suggest either
a. I don't fully understand the given patterns, and the differences between them
b. Some of the design features of a few patterns overlap with others
Shouldn't the whole philosophy of design patterns enforce the idea of pattern "orthogonality" in the set of known patterns?