Skip to content

Instantly share code, notes, and snippets.

@heymatthenry
Forked from dce/txjs.md
Created June 15, 2011 14:31
Show Gist options
  • Select an option

  • Save heymatthenry/1027240 to your computer and use it in GitHub Desktop.

Select an option

Save heymatthenry/1027240 to your computer and use it in GitHub Desktop.

TXJS

Doug Crockford:

  • '{' on same line (for returning obj. literals)
  • Javascript gives you lots of ways to do things. You should do it the way that causes the least confusion and the fewest errors.

Brendan Eich:

Yehuda Katz:

  • Microframeworks have intuitive appeal, but be clear about what you're getting out of them
  • When people say they only use 1% of some library (jQ, SC, etc.) they mean 1% of the APIs--not the code

Matthew Eernisse:

  • There are gains to be had from using JS on client & server
  • Code reuse is less of a win than is often claimed
  • Biggest win is not having to context switch
  • Jake is pretty cool as a build tool

Brian Leroux:

Joe McCann:

  • Sencha constructs its UIs programmatically.
  • Themes use jade
  • Seems like a pain to do non-trivial theming
  • jQuery mobile does declarative (HTML) UIs. Easier to theme, maybe.
  • Phonegap plays nice with either.
  • Either try to nail a specific platform's UI conventions or build something completely new. Nothing in between.

Garann Means:

Paul Irish:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment