Recent Posts

Java VarArgs

1 minute read

To support an arbitrary number of arguments of one type for a method you have basically only one option, you have to create an array.

Subversion Locks to Git LFS Locks

5 minute read

Since Git is somehow state of the art of source code management systems, we wanted to switch from Subversion to it. All the easy branching and high performan...