Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of jumping_monkey

jumping_monkey

jumping_monkey has asked 6 questions and find answers to 43 problems.

Stats

1.1k
EtPoint
350
Vote count
6
questions
43
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