etoile / CoreObject

Distributed version control + object persistence framework

Home Page:http://coreobject.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make zombie method names consistent

ericwa opened this issue · comments

Another stylistic change that could be good is to update COObject to use the same exact method names when dealing with zombies. For example, to rename -markAsRemovedFromContext to -makeZombie, and -checkIsNotRemovedFromContext to -assertNotZombie (or -checkIsNotZombie).