My thoughts on various subjects. I particularly love hacking my work. Either by methodology or by improving my tools. Check out this list of tags / subjects.

Recent Posts

"No meeting" always beats "Meeting"

1 minute read

I was chatting with a colleague on a feature that is loooooooong overdue and proposed to kill a meeting and use the time saved to write the damn thing. He r...

Getter / Setter generation in Java

less than 1 minute read

Eclipse or IntelliJ typically generate getters and setters this way: public class Month { private String name; public String getName() { r...