-->-----Original Message-----
-->From: Peter Damoc [mailto:pdamoc@gmx.net]
-->Sent: Tuesday, September 07, 2004 9:36 PM
-->To: wxPython-users@lists.wxwidgets.org
-->Subject: Re: [wxPython-users] Is this bad? (Raising exception in ctor)
-->
···
-->On Tue, 7 Sep 2004 16:13:37 -0500, Wyant, Jaime <jwyant@sfbcic.com> -->wrote:
-->> Well my problem is more of a syntactic-sugar type problem then a real
-->> problem. First, my mindset is that "construction is initialization."
-->So
-->> when I construct an object, it is initialized. I *really* would prefer
-->> to stay away from two-step construction ->
-->
-->complex initialisation is better split in multiple steps... better
-->management...
-->
-->--
Well, the initialization is split into multiple steps, but it is broken up
in the ctor, where initialization should take place (IMHO).
jw