jumping_monkey

101
reputation
2

jumping_monkey@mailinator.com

public static void main(String args[]) {
    IntStream.range(0, Integer.MAX_VALUE).forEach(
        i -> System.out.println(i + ": Repeat after me: Code is a liability, write less code but write more tests.")
    );
}

Before you leave, read this and watch this (naming, missing abstraction, clear communication, ...).