Skip to content

Commit

Permalink
Extended contact section. Added refactoring TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
jdewind committed May 9, 2011
1 parent 725f6a8 commit e38a60a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Expand Up @@ -183,11 +183,14 @@ If an object is interested in knowing when it has been fully instantiated by obj


## TODO ## TODO


* Diagram class initialization and its relationship with Objection.
* Resolve circular dependencies. * Resolve circular dependencies.
* Cache results of property definitions. * Cache results of property definitions.
* Create example project * Create example project
* Add contribution section * Add contribution section
* Re-factor the method for declaring dependencies.
* The current implementation relies on extending (via _objection\_requires) the class interface
* The re-factored form should delegate directly to Objection (e.g. _[Objection registerClass:[TheClass class] withDependencies:@"collaborator", nil]_)
* This form would allow for alternative registration mechanisms


Installation Installation
======= =======
Expand Down Expand Up @@ -224,6 +227,6 @@ Requirements
Authors Authors
======= =======


* Justin DeWind (dewind@atomicobject.com) * Justin DeWind (dewind@atomicobject.com, @dewind on Twitter)
* © 2009-2011 [Atomic Object](http://www.atomicobject.com/) * © 2009-2011 [Atomic Object](http://www.atomicobject.com/)
* More Atomic Object [open source](http://www.atomicobject.com/pages/Software+Commons) projects * More Atomic Object [open source](http://www.atomicobject.com/pages/Software+Commons) projects

0 comments on commit e38a60a

Please sign in to comment.