Just in case someone happens to be checking this guide now based on my recommendation...
> On 20 Oct 2021, at 14:00, OCsite <[email protected]> wrote: > There used to be a style guide amongst the documentation somewhere, let me > see... here you are: http://groovy-lang.org/style-guide.html > <http://groovy-lang.org/style-guide.html> ... I've noticed it is a bit outdated; whomever who is using the current Groovy 3 might want to check also http://groovy-lang.org/releasenotes/groovy-3.0.html for things like === instead of the ugly (and sometimes rather counter-intuitive) is, !in/!instance, and more. All the best, OC
