終於都有 HK Blogger Conference,怎麼說都應該支持一下吧!
對於年會的內容,我倒沒有太大期望,可能因為 blog 熱已過。現在太概又回歸到另一個平衡的狀態:愛寫的人會去寫,不愛寫的人大概也不會趕潮流了。有人說 Twitter/Facebook 令很多人都不寫 blog
| |||
|
In my last entry about solving my unexposed types problem , I sort of cheated; I left out one obvious solution.My problem was that I wanted to have a function with 'polymorphicarguments', one that could take either strings or compiled regularexpressions and then tell them apart.
Well, you know, one obvious solution is to not have such a crazyinterface in the first place. A clearer, simpler approach would be tohave two separate functions, one that takes compiled regular expressionsand a second one that