Closed KatieProchilo closed 5 years ago
NOTE: Let's hold off on this for now. I'll be working on analyzeActualTranscription()
within the next couple of days. This function may use some of the factored-out functionality from above, so let's not refactor multiple times.
We should fail as fast as possible. To do so, we need to change a couple of things:
validateExpectedTranscription()
into separate functions -validateExpectedTranscription()
andcleanExpectedTranscription()
.validateExpectedTranscription()
as soon as possible in the code so that we can quickly fail.