I analized some releases and i noticed that not using java 7 features like
multi catch and in java 8 do not use lambda expressions and others
features, so i came by this email to know why the developers not using this
features?
We try to avoid rewriting large swaths of the codebase without a good
reason. Instead, we take advantage of new language features when writing
new code or refactoring old code.
On Tue, Oct 27, 2015 at 11:03 AM, Vinicius CorrĂȘa de Almeida <
viniciusc.almei...@gmail.com> wrote:
> I analized some r