Hi Vladimir, I want to use RexToLixTranslater to generate code for streaming window aggregator. I'm trying to re-use existing code as much as possible. So I want the methods to be public.
Thanks Milinda On Wed, Oct 14, 2015 at 1:27 PM, Vladimir Sitnikov < [email protected]> wrote: > > Is there any technical reasons behind the $subject for 'translate' > methods > > in RexToLixTranslater? > > What is your question exactly? > Do you want the methods to be private or public? > > I think the main reason for not-public is for encapsulation reasons: > to reduce diversity of usage kinds, thus to reduce diversity of bug > kinds. > I would not say I like each bit of RexToLixTranslater, however it is > nice to keep interface simple. > > Vladimir > -- Milinda Pathirage PhD Student | Research Assistant School of Informatics and Computing | Data to Insight Center Indiana University twitter: milindalakmal skype: milinda.pathirage blog: http://milinda.pathirage.org
