I've started to take to a practice of treating "Method New()" overrides as a constructor function for my types.
Is this a bad idea? Is there another way to achieve a constructor like interface or is THIS the way to do it?
Is this a bad idea? Is there another way to achieve a constructor like interface or is THIS the way to do it?