The purposes of searching for and using method menus:
- To achieve code reuse
- Using already-tested code -- bugs should be squeezed out of exiting code
Otherwise, we're reinventing the wheel.
And worse, re-chasing bugs, re-fixing bugs, re-optimizing, etc...