Skip to content

Instantly share code, notes, and snippets.

@jperkelens
Created April 25, 2013 16:09
Show Gist options
  • Save jperkelens/5460944 to your computer and use it in GitHub Desktop.
Save jperkelens/5460944 to your computer and use it in GitHub Desktop.
coffee encapsulation
class Sorter
place = (domino) =>
one_idx = @key_index[domino[0]]
sort: (dominoes) ->
@sorted_dominoes = []
@key_index = (0 for i in [0..9])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment