Skip to content

Instantly share code, notes, and snippets.

@swanson
Created November 11, 2012 22:44
Show Gist options
  • Save swanson/4056578 to your computer and use it in GitHub Desktop.
Save swanson/4056578 to your computer and use it in GitHub Desktop.
functional-core-imperative-shell/hexagonal-arch notes
@swanson
Copy link
Author

swanson commented Nov 13, 2012

XP Concept of Metaphors

  • Bouncer, Librarian instead of User Projects Tasks

Protocols

  • Passing reference to controller to Creator object as :listener - then "Tell, Don't Ask" on the listener
  • Chain together different listeners (Controller for web, Rake task for CLI, FeedWriter for activity stream)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment