After a most unproductive chase after a stupid programming error – tab completion for imports in groovy/eclipse is just not good because eclipse won’t tell you afterward that you accidentally imported another class that now changes the type of your parameter and you can spend hours trying to find that one … “MethodMissingError” thank you… Continue reading Can’t test this?
Tag: programming
I like me some compact code
Lately Groovy has been the language of choice for my scripting needs. And slowly I am finding out how to do things in a groovy way instead of relying on shell commands that don’t always work as they would in a shell environment: “scp user@host:*.java .”.execute() is just not the same as executing the same… Continue reading I like me some compact code