Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of jumping_monkey

jumping_monkey

jumping_monkey has asked 4 questions and find answers to 41 problems.

Stats

1.1k
EtPoint
344
Vote count
4
questions
41
answers

About

[email protected]

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

Rule 1: Write less code
Rule 2: Write tests!
Rule 3: Write more tests!
Rule 4: Rinse, repeat