Harbs commented on issue #641: Fix PAYG violations and code debt URL: https://github.com/apache/royale-asjs/issues/641#issuecomment-569688929 @carlosrovira One thing I would like to solve which I believe _is_ important to you is PAYG public functions in Base classes. Right now, there is a class of problems which is hard to solve in a user-friendly PAYG way. One example is your "reset-width-to-default" problem. It's not a problem that many applications have, but if we don't put it into UIBase, it's hard to reset the base values using beads. If we could enable a method which is there if you use it, but would disappear from the output code if you don't, we'd have the best of both worlds. I don't know that we can solve this problem, but I think it should be possible, and I'd like to try... I think we need more tools in our PAYG toolbox... 😉
---------------------------------------------------------------- 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
