in reply to Re: What habits do you have to avoid introducing bugs?
in thread What habits do you have to avoid introducing bugs?

[..] small procedures rather than a few large one
This also has the added benefit that is will probably be easier to test. chromatic writes (IntroTestMore.pdf, p32 of 69):
writing testable code
Be sure to read his Perl Testing: A Developer's Notebook.
--
Andreas
  • Comment on Re^2: What habits do you have to avoid introducing bugs?