Code review comment for lp:~zorba-coders/zorba/tokenize

Revision history for this message
Paul J. Lucas (paul-lucas) wrote :

> Once you finished the implementation of the transcoding stream buffer, I don't
> even want to do this check anymore. This must not happen with the stream
> buffer.

I don't understand how it "must not happen." It can always happen. However, I think you're saying that you assume the check will happen in the transcoder. While it will be doing checks, bad input can still happen.

In the mean time, using an assert() is still too Draconian.

« Back to merge proposal