Tag: code


  • Explicit code

    Explicit code

    One of the most discussed subjects during code reviews or in projects is not a functional thing but more a style thing: How does the code look? What coding style do we adopt? And while it feels like mostly a cosmetic thing, the code style is actually quite important. It determines not just how you…