13,932 reputation
22549
bio website
location
age
visits member for 2 years, 5 months
seen 14 hours ago
stats profile views 537
Autobiography, in code:
1976:

        IDAY = IDAY + 1
        IDOLLAR = IDOLLAR + 1

1978:

100 D = D + 1
110 M = M + 1

1979:

        INC DAY
        INC DOLLAR

1984:

day := day + 1
dollar := dollar + 1

1986:

day++, dollar++;

1988:

day.another(); dollar.another();

1999:

public interface WorkForALiving {
  void another_day();
  void another_dollar();
}

2003:

day += 1; dollar += 1

840
× 269
49
× 5
175
× 57
48
× 18
62
× 26
47
× 11
62
× 18
47
× 7
58
× 27
42
× 3
Stack Overflow Stack Overflow 13,932 rep 22549
Code Review Code Review 191 rep 3
Programmers Programmers 181 rep 4
Server Fault Server Fault 113 rep 4
Super User Super User 101 rep 2
all time   by type   month   week  
2,012 up 640 question 23 2
0 down 1,372 answer