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
+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
+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 >
>
+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-
+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?
> >
> >
> >
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
+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
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