Java: Initialising complex types at declaration
One of the many things I like about Python is it’s expressiveness, especially around initialising complex types. This made me look into ways of achieving the same thing in Java.
[Read More]