Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Readability Counts

Readability Counts

thattommyhall

April 26, 2012
Tweet

More Decks by thattommyhall

Other Decks in Technology

Transcript

  1. About me • mathmo by training • sysadmin historically, •

    devops@forward, • long time pythonista, • quite recent rubyist, • newer javascripter, • coffeescript convert
  2. ==

  3. ASI

  4. What does this do? var fun1 = function() { return

    42 } var fun2 = function() { return 'something' } var stuff = ['apples' , 'pears' , 'oranges'] -1 == fun1() || fun2() console.log(stuff)
  5. Beautiful is better than ugly. Explicit is better than implicit.

    Simple is better than complex. Complex is better than complicated. Flat is better than nested. Sparse is better than dense. Readability counts. Special cases aren't special enough to break the rules. Although practicality beats purity. Errors should never pass silently. Unless explicitly silenced. In the face of ambiguity, refuse the temptation to guess. There should be one-- and preferably only one --obvious way to do it. Although that way may not be obvious at first unless you're Dutch. Now is better than never. Although never is often better than *right* now. If the implementation is hard to explain, it's a bad idea. If the implementation is easy to explain, it may be a good idea. Namespaces are one honking great idea -- let's do more of those!
  6. Links • http://es5.github.com/#x7.9.1 • http://en.wikipedia.org/wiki/Symbionese_Liberation_Army • http://en.wikipedia.org/wiki/Patty_hearst • http://mislav.uniqpath.com/2010/05/semicolons/ •

    http://www.makelinux.com/man/1/N/npm-coding-style • http://www.python.org/dev/peps/pep-0020/ • http://google-styleguide.googlecode.com/svn/trunk/javascriptguide. xml#Semicolons • https://github.com/twitter/bootstrap/issues/3057 • http://brendaneich.com/2012/04/the-infernal-semicolon/ • https://github.com/styleguide/javascript