Olympics
Blog
- 一個人的興奮 這也是我能夠
There is a general belief that when you make it harder for people to dosomething, you will get better results; better bug reports, better blogcomments, and so on. This is simplistic and, I am convinced, false inpractice.
The basic principle is simple: when you make things harder, you do notselect for quality; you select for people who care enough .
(Well, not entirely; you also select for people with lots of spare timeand for people who don't realize how
|
| 200808 Beijing Olypics- Public |
Photo and Youtube by Apple News 吳文忻指袁彌明玩樸克的賭注很大,袁彌明笑言:「對方賭得細,這類玩意要有大籌碼先可以翻身,通常我和朋友一起玩,輸贏 (*最多
Consider a couple of imaginary languages with different approaches tohandling simple structured data :
obj = {'field1': value1, 'field2': value2} and then accessed with obj['field1'] . obj = {:field1 = value1, :field2 = value2} and then accessed with obj.field1 .(Both languages also support the