Slide 13
Slide 13 text
Advantages
• Your code will be more readable and easier
to understand.
• Less chance of missing error checks, since
you’re cleaning the data at its point of
entry.
• When you’re writing a routine, you can
worry about coding good solutions, and not
tripping over your own feet.