IngramChen
積分 0
第 16 點,好的 commit message:
When applied, this commit will: {{ YOUR COMMIT MESSAGE}}
For example:
– When applied this commit will Update README file
– When applied this commit will Add validation for GET /user/:id API call
– When applied this commit will Revert commit 12345
這個聯想不錯。
是說有人的 commit message 通通寫中文嗎?
IngramChen
積分 5
Java concurrent framework 是魔人 Doug Lea 設計的,是世界上少數真的了解 concurrency 的人物。
Java 提供 high level 的工具 (executor, actor, fiber...etc) ,也有提供高效能的 data structure (ConcurrentHashMap... etc),最後再進一步還有 Semaphore、ReentrantReadWriteLock 等等 primitive 元件。高階、低階的需求都能完全的滿足,沒有更好的平台了
IngramChen
積分 1
Google 使用的 front end
- Gmail -- Closure compiler
- Google Analytics -- 看不出來,可能跟 Gmail 一樣
- Google Inbox -- GWT
- Adsense -- GWT
- Google Cloud Engine dashboard -- Angular
而現在新版的 AdWords 轉到 Dart 去了。Google 的技術是多頭馬車…