mirror of
https://github.com/php/presentations.git
synced 2026-03-24 15:42:33 +01:00
15 lines
380 B
XML
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> |