Best practices 2

Turn code comments into friendly log messages

Turn code comments into friendly log messages

Have you ever considered turning great comments into a log message? They help to understand the runtime behavior of your application.

Flattening the Happy Path

Flattening the Happy Path

To flatten the happy path is a simple, yet high-performing software design pattern.