clojurewerkz / titanium

Clojure graph library built on top of Titan
106 stars 20 forks source link

Rename type creation methods to definition methods #14

Closed zmaril closed 11 years ago

zmaril commented 11 years ago
(tg/transact! 
 (tt/define-property-key :age Integer))

Makes more sense to me. It's the wording I used when writing the documentation.

zmaril commented 11 years ago

Switched to the simpler defkey deflabel defgroup and defkey-once/deflabel-once.