Files
2004-03-09 16:41:39 +00:00

15 lines
380 B
XML

<slide title="Testing">
<blurb fontsize="4em">
Testing code is boring, tedious and highly frustrating. However without testing
you virtually guarantee bugs will appear in production code.
</blurb>
<image filename="testing.jpg" align="center" />
<blurb fontsize="4em">
A big part of development and debugging process is spent testing the various
bits of code.
</blurb>
</slide>