Name: Cudder !cXCudderUE 2015-05-02 16:06
I've lost track of how many times I've seen code that uses a dynamically-expanding array when it could've easily calculated the correct size and allocated exactly the right amount. See: string appending, tokenising, just about everything written in JavaScript, etc.
No wonder software is so slow and bloated...
No wonder software is so slow and bloated...