Harbs commented on issue #641: Fix PAYG violations and code debt URL: https://github.com/apache/royale-asjs/issues/641#issuecomment-569680817 FYI, I find no need for Modules in any of my serious apps, nor reflection, or compiled metadata (I only run tests on debug builds). I personally have an aversion to "magic" in programing so I never felt an attraction for fancy dependency injection frameworks. My app has increased in size from about 1.5 MB to over 3MB in the last year and a half. While some of it is due to added code, a significant amount (I'd guess somewhere in the range of 1MB) is due to unnecessary code bloat from these features. So for me, yes, this is very important to solve.
---------------------------------------------------------------- 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
