Closed lhochstetter closed 9 years ago
Replaced the BodyParts If loop with the Visitor Pattern (https://en.wikipedia.org/wiki/Visitor_pattern)
Two minor things:
BodyPartsVisitor
IBodyPartsVisitor
accept
visit
const
Replaced the BodyParts If loop with the Visitor Pattern (https://en.wikipedia.org/wiki/Visitor_pattern)