You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apex.apache.org by Justin Mclean <ju...@classsoftware.com> on 2017/05/23 09:35:41 UTC

[FlexJS] empty constructors in SDK

Hi,

We seem to have a number of empty constructors in the SDK. Is there any reason for this as? Performance wise there’s going to be a cost with this.

On the other hand we also have a number of constructors that are not light weight. AS doesn’t JIT code in constructors so best practice is to move the code to a another method and call it from the constructor. Any reason this isn’t being done?

Thanks,
Justin

Re: [FlexJS] empty constructors in SDK

Posted by Justin Mclean <ju...@classsoftware.com>.
And sorry again for the noise / wrong list