Raimund Krämer

Software Craftsman, Consultant, Coach

Category: Code

  • StringBuilder Cargo Cult

    StringBuilder Cargo Cult

    This post is based on an answer I posted on Stack Overflow. The code example was submitted as part of the question by Bruno Rozendo under CC BY-SA 3.0.Note: The context is the StringBuilder class in Java. Code examples are in Java. The accepted answer already explains how to do…

    Read more

  • On Line Length Limits

    On Line Length Limits

    At the beginning of a new project, when the team (or the team lead) chooses a coding style, a common approach is to use a popular style guide for the programming language and make one or two minor adjustments. Like, for example, using Google’s Java style guide, but with 4…

    Read more