snusnu / ramom

relational algebra meets object mapping
MIT License
6 stars 0 forks source link

Rename attribute :key option to something less confusing #7

Closed snusnu closed 10 years ago

snusnu commented 10 years ago

The reasoning is that :key is a somewhat overloaded term (especially wrt relational algebra). Maybe :transform is a better name, because really, what's happening is that the original hash key gets transformed (or not) by various strategies.

snusnu commented 10 years ago

This has low priority for now as I need to adapt all current callsites in my app