A bit of both... If they're not using this. and don't need to be public then there's not much need for them to be in the prototype.
While that itself doesn't save any space (iirc), having them out gives the minifier free reign to shorten their names (and sometimes even inline) them.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
A bit of both... If they're not using
this.
and don't need to be public then there's not much need for them to be in the prototype.While that itself doesn't save any space (iirc), having them out gives the minifier free reign to shorten their names (and sometimes even inline) them.