Mar. 25th, 2006
Ten points for Gryffindor!
Mar. 25th, 2006 10:41 amAnd also for anyone who can tell me what stupid mistake was made in this
code:
I'm so tempted to start coding in Python, where you can't make this kind of mistake.
Oh, and as a note - I didn't make this mistake, I just spent 2 hours tracking it down. My current mistakes mostly seem to revolve around unthought of results of multiple sections of event-driven code interacting in unforseen ways.
code:
if (!OpalControlsHelper.ProgrammaticChangeOccurring) this.dummySchemeCombo.Text = "No"; this.dataHeldCombo.Text="No";
I'm so tempted to start coding in Python, where you can't make this kind of mistake.
Oh, and as a note - I didn't make this mistake, I just spent 2 hours tracking it down. My current mistakes mostly seem to revolve around unthought of results of multiple sections of event-driven code interacting in unforseen ways.