You would consider adding one line to two existing headers "extensive?"Quote:
since they require extensive updating to existing code
Printable View
You would consider adding one line to two existing headers "extensive?"Quote:
since they require extensive updating to existing code
I was speaking about a generalised visitor implementation - it depends on how many visitors you use. Changing every one to add a new handling function could be an big job, if you have a design that makes extensive use of visitors to supply the operations on your hierarchy.Quote:
Originally Posted by TheCPUWizard