Author Topic: Debugging tips  (Read 1503 times)

0 Members and 1 Guest are viewing this topic.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Debugging tips
« on: November 04, 2011, 10:53:32 PM »
A certain amount of paranoia is required when bug-fixing.

I particularly like the 'recipe' concept
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: Debugging tips
« Reply #1 on: November 04, 2011, 11:02:34 PM »
and that goes hand in hand with this, which I think I've posted previously;
Short but complete programs
http://www.yoda.arachsys.com/csharp/complete.html
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.