Programming achievement

这几天看新闻,发现一些有意思得东西,那就是对自己得编程进行游戏式的评级。
在玩游戏得时候会通过各种目标达成来判断自己得水平。即使是运气,也是实力得体现。

所以我自己就简单得google了一下,参考并写了一些achievement,看看各位达到多少。。嘿嘿。。


#+TITLE: Programming Achievement
(kloc[kiloline of code])
1 = beginner
2 = intermediate
3 = professional
4 = master
5 = god....(If you can do this for 2 days Please write me email directly.)

a. Write new code snippets...
1. 0.5kloc/day;
2. 1kloc/day;
3. 2kloc/day;
4. 5kloc/day;
5. 10kloc/day;

b. oscillator(Refactoring code)..
1. 0.2kloc/day;
2. 0.5kloc/day;
3. 1kloc/day;
4. 2kloc/day;
5. 5kloc/day;

c. explore(Defining new classes or object)....
1. 5 method*Objects;
2. 10 method*Objects;
3. 25 method*Objects;
4. 50 method*Objects;
5. 100 method*Objects...

d. Heavy brain(Using language per day)
1. 2
2. 3
3. 4
4. 5
5. 7

e. Phd here(Using Speacial algorithms in large project (B+ tree, 2-way con. etc..))
1. 1
2. 2
3. 3
4. 4
5. 5


参考网址:
http://t.cn/aR96YS 
http://t.cn/SbtIVe 

posted on 2011-12-01 22:09  Richard Wong  阅读(182)  评论(0)    收藏  举报