I've noticed this in the past. I think that we should move to the factory/builder pattern with static methods used to create the Ops. I think there are a couple of constructors that won't work otherwise, but I am not certain.
On Tue, Apr 23, 2013 at 6:59 PM, Rob Vesse <[email protected]> wrote: > I've noticed in some of the optimization work I've been doing lately there > is a somewhat inconsistent pattern around the visibility of constructors on > the various Op implementations. > > Some have public constructors while some require static methods to be used > to create them > > Is there a particular reason for this and could we move to supporting both > modes universally across all Op implementations or would this create issues? > > Rob > -- I like: Like Like - The likeliest place on the web<http://like-like.xenei.com> Identity: https://www.identify.nu/[email protected] LinkedIn: http://www.linkedin.com/in/claudewarren
