Re: code style guide

2013-10-28 Thread Daniel Naber
On 2013-10-21 15:07, Daniel Naber wrote: > Three people replied, two saying that 'final' should not be used for > local variables unless required by the compiler, one saying that > 'final' > *should* be used even for local variables. So if you have an opinion on > that, let us know now, otherwise

Re: code style guide

2013-10-21 Thread Daniel Naber
On 2013-10-16 11:47, Daniel Naber wrote: > http://wiki.languagetool.org/code-style > > I still think that using the 'final' keyword everywhere messes up the > code. Three people replied, two saying that 'final' should not be used for local variables unless required by the compiler, one saying t

Re: code style guide

2013-10-16 Thread Andriy Rysin
with reading code interspersed with "final", >> so removing them does not seem to be useful in anything for me. >> >> Regards, >> Marcin >> >> >> 2013/10/16 Daniel Naber >>> >>> Hi, >>> >>> quite some time ago, I s

Re: code style guide

2013-10-16 Thread Stefan Lotties
; > frankly, I don't see a problem with reading code interspersed with "final", > so removing them does not seem to be useful in anything for me. > > Regards, > Marcin > > > 2013/10/16 Daniel Naber >> >> Hi, >> >> quite some time ago,

Re: code style guide

2013-10-16 Thread Marcin MiƂkowski
Hi Daniel, frankly, I don't see a problem with reading code interspersed with "final", so removing them does not seem to be useful in anything for me. Regards, Marcin 2013/10/16 Daniel Naber > Hi, > > quite some time ago, I started a "code style" guide on t

code style guide

2013-10-16 Thread Daniel Naber
Hi, quite some time ago, I started a "code style" guide on the Wiki, but we never officially accepted it. Also, there are now some new developers, so please have a look at the guide and let me know if you agree or if you think something is missing: http://wiki.languagetool.org/cod