Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of jumping_monkey

jumping_monkey

jumping_monkey has asked 2 questions and find answers to 39 problems.

Stats

1.0k
EtPoint
320
Vote count
2
questions
39
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