Re: [python-nl] Debugging tactics

2009-10-09 Berichten over hetzelfde onderwerp Tim Molendijk
> > And of course, as a professional developer, you have reasonable tests > in place already so that you can verify the bug in a new test once > you've found it. And experimenting in your tests can also help you a > lot. > > If you don't have tests, all the debugging tools you can find won't > ava

Re: [python-nl] Debugging tactics

2009-10-09 Berichten over hetzelfde onderwerp Thijs Janssen
Hi, For me adding tests works especially well when building something. It helps to get the idea of what you want to achieve right. Thijs (Oh and yes I am a TDD fan :-) On Fri, Oct 9, 2009 at 11:54, Tim Molendijk wrote: >> And of course, as a professional developer, you have reasonable tests >>