kodbasen

Where the compass is spinning around software
Thank you Java, but it's time to Go

Development

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

Simple Groovy AOP using MOP

Development

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