aharui commented on issue #641: Fix PAYG violations and code debt URL: https://github.com/apache/royale-asjs/issues/641#issuecomment-570644937 Regarding size: Did you have any embeds in the SWFs? I am hopeful that PAYG helped. You are not carrying nearly as much unused code in the Royale version. The Flex version probably had lots of never-used ActionScript byte-code that doesn't compress nearly as well as minified and gzipped text. I'm not sure why you think modules will degrade downloading. I think it depends on the strings-to-code ratio. But also, modules provide separate compilation, especially important for distributed teams, but also really large apps. Consider a forms manager. Changing one form should not require recompiling all of the forms.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
