You are reading a single comment by @allObjects and its replies. Click here to read the full conversation.
  • As much as your coding practice is laudable,... it is challenging the memory constraint, since it is not compiling to byte or token code and interpret it but it does it all from source. Simple minification helps to get rid of the comments and the long variable names that have function / block scope. Other than that it cannot handle more compression (short names) without more meta information. Globals - variables and functions have to be the same if you minify multiple files individually. Building protytpes(/classes) and as short as possible functions(methods) and - if data and process separated - have data-objects with short as possible property names helps with space. Comment is never and issue. What helps as well is putting the code into a modules and used these minified.

About

Avatar for allObjects @allObjects started