Quote:
Originally Posted by LastThief
decompiled ****
|
Sadly, I don't think it is.
So umm, why does it suck?
Well, first of all, it uses string operations which is really slow when you just use built-in concat afaik.
Second, 90% of it is hardcoded, which just isn't a good thing to do. This shouldn't do much to the stability though.
And last, I don't see them using any writers, they just add the new value to the end of the string.