Kengo's blog

Technical articles about original projects, JVM, Static Analysis and TypeScript.

Entries from 2014-10-01 to 1 month

goog.ui.Componentの継承で気をつけるべきこと一覧

基本 Google Closure LinterとGoogle Closure Compilerを必ず使う コンポーネントツリーをシンプルに保つ(参考資料1 参照) インスタンスの状態 クラスフィールド(static変数)にインスタンスの状態を入れない。 インスタンスフィールドはprivateにする。 …

memo: RabbitMQ

Type of job: Persistent or Real-time? Persistent: sending mail (account registration, changing password etc) Real-time: Pre-loading (to load data in the next page onto cache) see 'Reliability' at official feature list Naming for Queue/Exch…