建立手繪感的 icons!
練習 smart contract 的時候,看到 function modifiers
很有趣,所以又稱為 condition orientated programming
,其精神在於讓 condition 可以重用,而且讓你的 function 內不會有太多的 if statement
聊聊這三個東西在 php 裡的差異好了
Continue readingmockery 是個好東西,你可以輕易的 mock instance ,好讓你在寫 test 的時候不會捶心肝。但總是有些地方總是無法符合我的需求,所以才有了這個 package
Continue reading很久沒有遇到這問題了,如果有需要動態 inject 外部的 js 到你的 html 裡面,而且又需要使用外部的 js 的 function 時,該怎麼做才能確保在 js load 完之後,才能夠執行外部 js 的 function 呢?
Continue reading如果使用 google 手冊上 sample 的寫法,會發現到這坨 functions
都是寫在 index.js 裡面,真的很難維護。