Skip to content

Commit

Permalink
Added another TODO to the Future Developments
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamClements committed May 27, 2012
1 parent 9b84159 commit 40a6757
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Import adamantium.core and then use the defresilient macro to define functions t
* (DONE) Make it so that each function redefinition adds to the head of a list of possible definitions for that function. On failure, it will take the last known good function and pop the bad function off the top of the list, all the way back to the default
* Figure out how this translates to production code (sed -i '/defresilient/defn/g' doesn't really cut it but we don't really want to be swallowing errors)
* Keep track of which functions are the latest version and which have fallen back, allow the user to query this in the REPL and/or make a little interactive utility which will show it on screen the whole time
* Consider performance/overhead and how that might be improved upon

## License

Expand Down

0 comments on commit 40a6757

Please sign in to comment.