Quote:
|
Originally Posted by Skyld
Do you not see sense in having two tokens, instead of checking the entire chat text and then finding substrings and trimming that, especially when here you only expect at most two tokens?
|
You're missing the point.
If I have an exciting conversation with you about Yu-Gi-Oh and its awesomeness in this theoretical tokenize-just-inside-the-playerchats-event bank level, it would be tokenizing everything you and I said in addition to performing all of those if-checks on our chat text.
How is that superior to only having the relevant if-checks?