Commit Graph

50 Commits

Author SHA1 Message Date
Harrison Shoff
c2b0ff2af9 [types] switch to lowercase to not confuse with constructors 2012-12-14 15:58:08 +01:00
tcme
3ecda9e3e9 missing return 2012-12-07 11:29:00 +01:00
tcme
a2fd2605a7 use double quotes in markup 2012-12-03 08:57:47 +01:00
tcme
49984d70ca adds space to string example 2012-12-03 08:45:19 +01:00
tcme
fa98b403e7 manual semicolon insertion 2012-12-01 15:47:38 +01:00
Harrison Shoff
3c9222a290 [performance] add jsperf for innerHTML vs textContent for script text 2012-11-28 11:09:03 -08:00
Harrison Shoff
b6d5e3b8d3 [resources] better title 2012-11-23 12:09:06 -08:00
Harrison Shoff
38a875da0d [resources] add other styles section, so folks can make their own decisions 2012-11-23 11:57:40 -08:00
Harrison Shoff
015e4317ad [arrays] update jsperf links. fixes #27 2012-11-22 14:20:49 -08:00
Harrison Shoff
dfb699a068 Merge pull request #33 from rma4ok/master
[arrays] direct/push/copy
2012-11-22 14:12:06 -08:00
Harrison Shoff
12f9c99efb [in the wild] add howaboutwe example 2012-11-19 14:21:38 -08:00
Harrison Shoff
ac1d0c062f [in the wild] add MinnPost 2012-11-19 14:15:16 -08:00
Harrison Shoff
e6243c95cd [naming conventions] saving reference to this, use _this. fixes #32 2012-11-19 14:03:13 -08:00
rma4ok
b7250a8ba8 [arrays] direct/push/copy 2012-11-19 10:48:17 -05:00
Harrison Shoff
d5210145e8 [in the wild] add shutterfly 2012-11-18 16:13:42 -08:00
Harrison Shoff
a3086abc89 [in the wild] Add list of organizations using the style guide or a fork of it 2012-11-15 12:39:00 -08:00
Spike Brehm
4ee33f29cf Less dogmatic about instance methods returning this. 2012-11-14 11:13:57 -08:00
Vitaly
c8cea2ebdc Optimization Array#join 2012-11-14 13:40:29 +04:00
Jacob Gable
9fd528f794 Fix whitespace one space example 2012-11-09 08:39:13 -06:00
Arunan Skanthan
86cd4a2cfa Fixed typo -> pased to passed 2012-11-09 11:09:19 +11:00
Harrison Shoff
4d9dc6cc8f [jQuery] label the faster and slower lookup 2012-11-08 14:29:26 -08:00
Harrison Shoff
9fb45df8fc [jQuery] better performance for DOM queries. fixes #22 2012-11-08 14:27:28 -08:00
Harrison Shoff
2dadef915c [Type Casting & Coercion] fix typo 2012-11-08 12:55:42 -08:00
Harrison Shoff
b4cf72329d [Type Casting & Coercion] use parseInt for readability. fixes #18 2012-11-08 12:53:51 -08:00
zealotous
4846215bb1 Update README.md
typo in Modules paragraph.
2012-11-08 18:00:35 +04:00
Harrison Shoff
84fdb981eb [whitespace] match good and bad examples 2012-11-07 11:53:26 -08:00
Harrison Shoff
f473ef00e9 [whitespace] use indentation for long method chains. fixes #19 2012-11-07 11:50:52 -08:00
Harrison Shoff
fadaff7037 [Conditionals] improve readability 2012-11-07 10:28:38 -08:00
Ryun S.
7a3062df34 stray character 'i' 2012-11-06 18:37:57 -08:00
Nicholas Kinsey
f704e679fe added "good" private property example 2012-11-07 08:32:00 +10:00
Harrison Shoff
b790fae6ca [variables] more generic. fixes #14 2012-11-05 15:57:30 -08:00
Harrison Shoff
92fa3c7f73 [naming conventions] fixes #15 2012-11-05 15:48:53 -08:00
Harrison Shoff
e34611d5b2 [accessors] fixes #13 2012-11-05 13:36:18 -08:00
Harrison Shoff
0e558585fe Making public 2012-11-05 09:13:20 -08:00
Harrison Shoff
3c9f112dab [contributors] link to contributor graph, remove authors section 2012-11-05 08:39:13 -08:00
Harrison Shoff
b714fe88cc Just don't use reserved words as keys. fixes #6 2012-11-02 10:07:14 -07:00
Harrison Shoff
8f0ef5d9fd return when it makes sense. fixes #9 2012-11-02 00:04:56 -07:00
Harrison Shoff
622050681b Don't use reserved words as property names. If you do, quote them. fixes #6 2012-11-01 23:17:21 -07:00
Harrison Shoff
437e33a318 Merge branch 'master' of github.com:airbnb/javascript
* 'master' of github.com:airbnb/javascript:
  capitalizing types that are constructors
  Switched modules to bang-style.
2012-11-01 23:06:37 -07:00
Harrison Shoff
ab5910ae9a braces for mulit-line blocks only. optional for single-line blocks. fixes #3 2012-11-01 23:06:30 -07:00
Harrison Shoff
d5a05ef859 Merge pull request #7 from airbnb/bang_modules
Switched modules to bang-style.
2012-11-01 21:13:34 -07:00
Spike Brehm
7cc3281a5d capitalizing types that are constructors 2012-11-01 18:10:13 -07:00
Harrison Shoff
8cef7f1ec6 fix the baker link 2012-11-01 17:50:09 -07:00
Harrison Shoff
b2c7d3d0d3 don't overwrite the prototype 2012-11-01 17:39:32 -07:00
Matt Baker
c771d4eb3f Switched modules to bang-style. 2012-11-01 17:13:21 -07:00
Harrison Shoff
4c04d5c5d1 Handlebars broke my brain. 2012-11-01 16:48:00 -07:00
Harrison Shoff
6a0c83a322 No one's perfect. 2012-11-01 16:39:13 -07:00
Matt Baker
ca0f5ff807 Removed reference to interpolation.
Javascript doesn't have string interpolation.
2012-11-01 16:35:37 -07:00
Harrison Shoff
cab510342f first pass 2012-11-01 16:18:41 -07:00
Harrison Shoff
0fcdacc7f5 Initial commit 2012-11-01 16:13:51 -07:00