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/code-style I still think that using the 'final' keyword everywhere messes up the code. I *do* think that variables should be final as often as possible, but using the keyword often only make the code more complex to read. Can we agree that at least in cases like the following the 'final' does not need to be used? catch (final Exception e) for (final String word: sentenceTokens) Regards Daniel -- http://www.danielnaber.de ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk _______________________________________________ Languagetool-devel mailing list Languagetool-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/languagetool-devel