Hallo!
An other problem with the init size of vector/deque: If you have more objects with the same namespace in a patchand every object with a different size (e.g. [h_vector blabla 100] ... [h_vector blabla 10] ... [h_vector blabla 1]) it will be very funny to debug, because if it's a big patch, you're not shure if this size will be initialized !?
LG Georg
Hallo, Georg Holzmann hat gesagt: // Georg Holzmann wrote:
An other problem with the init size of vector/deque: If you have more objects with the same namespace in a patchand every object with a different size (e.g. [h_vector blabla 100] ... [h_vector blabla 10] ... [h_vector blabla 1]) it will be very funny to debug, because if it's a big patch, you're not shure if this size will be initialized !?
Yes, I think, this is probably bad. I'd vote for making this a message to the object, like [init 10(. The last one will win then. ;)
Ciao