Skip to content
View zakness's full-sized avatar
  • Bloomberg
  • New York, NY

Block or report zakness

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Code style guide: Curly quotes and a... Code style guide: Curly quotes and apostrophes
    1
    Use the [typographically-correct](http://practicaltypography.com/straight-and-curly-quotes.html) quotation characters — **‘ ’ “ ”** — inside strings rather than the easy-to-type straight quotes. Not only will it look better, it wont require escaping or remembering to alternate when nesting.
    2
    
                  
    3
    OS X has default key bindings for these characters, but [they don’t make sense](http://www.danandcheryl.com/2010/08/how-to-type-curly-quotes-in-mac-os-x). Save the following snippet as `~/Library/KeyBindings/DefaultKeyBinding.dict` to create custom **** key bindings on the **[ ] { }** keys for these characters.
    4
    
                  
    5
    ```