If you wanted to be able to dump() the code that you'd uploaded (or edit functions in-place with edit) then it'd be a pain as it would remove all formatting and effectively output 'minified' code for you, but yes, in a lot of cases you could leave it on.
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.
If you wanted to be able to
dump()
the code that you'd uploaded (or edit functions in-place withedit
) then it'd be a pain as it would remove all formatting and effectively output 'minified' code for you, but yes, in a lot of cases you could leave it on.