Java’s TypeVariable.getBounds is not thread safe

java.lang.reflect.TypeVariable getBounds is not thread safe. Calling it from multiple threads might even crash your JVM… Read more

Similar

Switching from Java to Go

Like many people, I came to Go with a background in Java. Getting started on Go isn’t too hard, but it does require a change in mindset when it comes to a few key areas. Declaring Interfaces Like in Java, Go interfaces are a powerful way to make code test... (more…)

Read more »