Skip to content

Commit

Permalink
Matt Wynn
Browse files Browse the repository at this point in the history
  • Loading branch information
yodarjun committed Jun 23, 2012
1 parent 08adfa0 commit e11e0c5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
*.swp
15 changes: 15 additions & 0 deletions goruco2012/mattwynn.rb
@@ -0,0 +1,15 @@
# rspec -d -f documentation ctap_poll.rb
require 'rspec'

describe "Hexagonal Rails" do
it "relish app; eg: documentation for rspec"
it "modularizing rails apps when the app's feature set because a deterrent for development"
it "adapter architecture from the gang of four book"
it "use Metaphors to model the domain of your application"
it "'Responsibility-Driven Design'"
it "RubyConf2011 - Designing protocols"
it "objects on rails mailing list"
context "Passive Controller" do
it "controllers should talk to the domain object and not do data manip"
end
end

0 comments on commit e11e0c5

Please sign in to comment.