pharborist icon indicating copy to clipboard operation
pharborist copied to clipboard

Index objects should know how to remove themselves

Open phenaproxima opened this issue 10 years ago • 0 comments

When something is deleted from the index, each index object should know how to handle itself being deleted. Like for a ClassIndex, it should know to remove itself from the indexed interfaces which implement it, and from the indexed traits which it imports. I think each index object should have a remove() method which can handle this as needed.

phenaproxima avatar Apr 21 '15 01:04 phenaproxima