Skip to content

Instantly share code, notes, and snippets.

@nthx
Created March 13, 2012 13:52
Show Gist options
  • Save nthx/2028882 to your computer and use it in GitHub Desktop.
Save nthx/2028882 to your computer and use it in GitHub Desktop.
god_systems_usecase_2
#async/callbacks ignored for clarity of example
class WatchItemUsecase
constructor: (@ebay, @seller) ->
execute: (item) =>
try
@ebay.seller_wants_to_watch_item(@seller, item)
catch AlreadyWatching
alert 'Youre already watching this item'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment