Slide 38
Slide 38 text
To give an example: let’s say we have an application writing data somewhere, and a batch job, written in a different language, that picks it up and does something with it
— let’s say it generates a report for the sales team.
If someone makes a change and drops a field from the data in the application without telling the batch job’s maintainer, and the batch depends on it, well… boom! Now
someone has to go pick up the pieces, fix the code, and rerun the batch. And that’s if you’re lucky. If you’re unlucky, it’s a silent boom in the form of incorrect, missing, or
corrupt data, and let’s hope that data wasn’t driving your revenue numbers.