kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #02468
Re: RS274X file format.
-
To:
kicad-devel@xxxxxxxxxxxxxxx
-
From:
Wayne Stambaugh <stambaughw@...>
-
Date:
Sat, 02 May 2009 08:19:54 -0400
-
In-reply-to:
<49FB6CF2.7080900@...>
-
User-agent:
Thunderbird 2.0.0.21 (Windows/20090302)
Dick Hollenbeck wrote:
> Wayne Stambaugh wrote:
>> Dick Hollenbeck wrote:
<< snipped >>
> There is minimal wxWidgets stuff in the specctra code, intentionally. I
> figured somebody would want to hi-jack it for another project some day.
I can appreciate not wanting your code hi-jacked.
> wxWidgets is a UI. There is no UI requirements in there, intentionally,
I think wxWidgets has gone beyond just being a UI. There is a lot of
non-UI application framework stuff in there.
> as mentioned. Everything that needs to be reported is bundled in an
> exception (text).
>
> This is my Java experience coming through, and I am comfortable with
> using exceptions in this way, way under neath anything associated with
> wxWidgets.
I am fine with exceptions myself. I use them for almost all of my error
handling in Python. Maybe it is time for me to rethink using exceptions
in wxWidgets code.
Wayne
>
> Thanks for the stream definition.
>
> Dick
Follow ups
References