Johannes Brodwall, DZone

Johannes Brodwall

DZone

Contact Johannes

Discover and connect with journalists and influencers around the world, save time on email research, monitor the news, and more.

Start free trial

Recent:
  • Unknown
Past:
  • DZone
  • Java Code Geeks

Past articles by Johannes:

Forget about Clean Code, Let's Embrace Compassionate Code

One developer rethinks his staunch stance on the principle of Clean Code, and the way we think about programming dogma in general. → Read More

A canonical XML test

Interested to learn more about canonical XML? Check out our article where we test and refactor a class that created XML from an internal domain model! → Read More

How to Write Better Code

This post looks at the different ways to polish and improve code, emphasizing the importance of working well with your peers and being able start over. → Read More

How to write better code

Interested to learn how to write better code? Then check out our article on how do we teach new coders how to code well! → Read More

Forget about Clean Code, let’s embrace Compassionate Code

Interested to learn about clean code? Check out our article on how the ideas of Extreme Programming are about the whole team and about focusing on the users → Read More

A Wicked Trick to Make the JVM Forget to Check Exceptions

Let's take a lesson from Lombok and Java's type erasure to convince the JVM to just let exceptions go. Meanwhile, we can learn a few things about the JVM's internals. → Read More

A wicked Java trick to make the JVM forget to check exceptions

I’ve long time been a critic of the mechanism of compiler checked exceptions in Java. Whether you lo... → Read More

Deliver early without sleepless nights

Trailblazing the first delivery of a software system requires courage and conviction, especially on ... → Read More