Re: [DISCUSS] Scala code style - explicit vs implicit code behavior

2015-02-18 Thread Stephan Ewen
Moved this to the Wiki: https://cwiki.apache.org/confluence/display/FLINK/Coding+Guidelines+for+Scala On Mon, Feb 16, 2015 at 4:29 PM, Paris Carbone wrote: > +1 > > Good point. In general, keeping the common/runtime as simple as possible > is quite important > > > On 16 Feb 2015, at 16:05, Till

Re: [DISCUSS] Scala code style - explicit vs implicit code behavior

2015-02-16 Thread Paris Carbone
+1 Good point. In general, keeping the common/runtime as simple as possible is quite important > On 16 Feb 2015, at 16:05, Till Rohrmann wrote: > > +1 > > On Mon, Feb 16, 2015 at 3:38 PM, Aljoscha Krettek > wrote: > >> +1 >> >> On Mon, Feb 16, 2015 at 3:18 PM, Fabian Hueske wrote: >>> +1

Re: [DISCUSS] Scala code style - explicit vs implicit code behavior

2015-02-16 Thread Till Rohrmann
+1 On Mon, Feb 16, 2015 at 3:38 PM, Aljoscha Krettek wrote: > +1 > > On Mon, Feb 16, 2015 at 3:18 PM, Fabian Hueske wrote: > > +1 > > > > 2015-02-15 17:47 GMT+01:00 Stephan Ewen : > > > >> I thought about adding a wiki page for that. > >> > >> On Sat, Feb 14, 2015 at 7:16 PM, Henry Saputra > >

Re: [DISCUSS] Scala code style - explicit vs implicit code behavior

2015-02-16 Thread Aljoscha Krettek
+1 On Mon, Feb 16, 2015 at 3:18 PM, Fabian Hueske wrote: > +1 > > 2015-02-15 17:47 GMT+01:00 Stephan Ewen : > >> I thought about adding a wiki page for that. >> >> On Sat, Feb 14, 2015 at 7:16 PM, Henry Saputra >> wrote: >> >> > +1 to the idea >> > >> > I suppose no really action item for FLINK-

Re: [DISCUSS] Scala code style - explicit vs implicit code behavior

2015-02-16 Thread Fabian Hueske
+1 2015-02-15 17:47 GMT+01:00 Stephan Ewen : > I thought about adding a wiki page for that. > > On Sat, Feb 14, 2015 at 7:16 PM, Henry Saputra > wrote: > > > +1 to the idea > > > > I suppose no really action item for FLINK-1548? Maybe add doc about > > contributing to Scala portion? > > > > > >

Re: [DISCUSS] Scala code style - explicit vs implicit code behavior

2015-02-15 Thread Stephan Ewen
I thought about adding a wiki page for that. On Sat, Feb 14, 2015 at 7:16 PM, Henry Saputra wrote: > +1 to the idea > > I suppose no really action item for FLINK-1548? Maybe add doc about > contributing to Scala portion? > > > On Saturday, February 14, 2015, Stephan Ewen wrote: > > > Hi everyon

Re: [DISCUSS] Scala code style - explicit vs implicit code behavior

2015-02-14 Thread Henry Saputra
+1 to the idea I suppose no really action item for FLINK-1548? Maybe add doc about contributing to Scala portion? On Saturday, February 14, 2015, Stephan Ewen wrote: > Hi everyone! > > Since a sizable portion of the Flink code is now in Scala (and more is > coming in the API projects), I think

[DISCUSS] Scala code style - explicit vs implicit code behavior

2015-02-14 Thread Stephan Ewen
Hi everyone! Since a sizable portion of the Flink code is now in Scala (and more is coming in the API projects), I think we need to define a few guidelines for Scala programming. Scala is very powerful and has a lot of "magic" features that allow you to design killer nice APIs, but also make reas