I’ve been a dedicated Java developer since 1998 and it’s been a great tool.
But recently there’s a couple of things I’ve been fretting about. I always been
slow using keyboard (never learnt how to use it correctly). When programming
that’s not always a bad thing, it gives you time to think about what you’re
writing.
But Java is very verbose and all those private
, public
, ;
, getXXX
,
setXXX
kind of gets in the way.
4 Feb 2016 #Development #Java #Golang
Lars Mogren - Norrköping, Sweden Test infected Agile Software Developer and Architect. Disclaimer Notice The opinions expressed here are the views of the author and do not reflect the views and opinions of any employer or customer of the author. While every effort is made to ensure that the content of this website is accurate, the website is provided “as is” and Kodbasen makes no representations or warranties in relation to the accuracy or completeness of the information found on it.
4 Feb 2016 #About #Disclaimer
I was looking for a simple solution for adding cross cutting concerns to Groovy
classes. The most obvious solution was to implement GroovyInterceptable
but I wanted a
less intrusive solution. After a bit of googling I’ve stumbled across
DelegatingMetaClass
.
18 Aug 2014 #Development #Groovy