Skip to content

Instantly share code, notes, and snippets.

@jeroenvandijk
Created August 18, 2011 16:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeroenvandijk/1154417 to your computer and use it in GitHub Desktop.
Save jeroenvandijk/1154417 to your computer and use it in GitHub Desktop.
DataMapper Capabilities

Reduce effort to write and maintain an adapter by:

  • Improving code coverage for adapters
  • Improving development flow
  • Removing boilerplate code
  • Creating a jumpstart
  • Introducing capabilities API
  • Add more specs to adapter behaviour (join specs and more)
  • Sort out capabilities (specify them better)
  • Convert adapters to use this flow and see what issues come up
  • Create adapter generator for first skeleton
  • Improve the capabilities dsl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment