Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.39 KB

2013_JSDC_Day02.md

File metadata and controls

58 lines (41 loc) · 1.39 KB

Key Note: F2E 傳教

RealTime Web App with Socket.io, Node.js, and Redis

  • Redis implement pub/sub, suppourt multi language API
  • memcached? redis ?

Web Worker

This

  • bind: restrict this to a object, performance is worse than call/apply
  • use apply to assign cntx, like ko.computed
  • $.proxy return fn, 這樣cb不用多寫一層

Sketching with code

Emsripten

CreateJS

Code Quality

  • 前端工程師作為一個團隊?
  • 一致性,維護性 [code convention] (https://github.com/josephj/f2e-styleguide)
  • JSLint, JSHint automation
  • use module pattern as sandbox to stantalone code
  • EDD ?
  • NIH (Not Invented Here Syndrome) 開發->重構->開發->重構
  • 限制js行數
  • error log 自動傳到 server, sentry
  • esprima, 調整 coding style? 似乎不只喔~
  • Leo Editor

curry, partial application

slid.es/gsklee

gitit wiki