in reply to hard-coding class names
in thread OOP - Sharing class methods
Actually, my usual issue with hardcoded classnames is that it makes using 'mock object' techniques that much harder, but the very lovely Test::MockObject makes working 'round that particular issue a lot easier now.
|
|---|