I am looking for a word that can describe the act of adding/removing objects but at the same time avoid a word that has to do with updating.
So, given
- adding an object,
- removing an object,
- updating an object,
I want a word for ((1 and 2) and not 3). So I guess words like alter won't do.
Edit: I am actually making an application, and I have three methods; adding, removing and updating. But there is some logic in both the adding and removing that is common. I then decided to make a fourth (helper) method. That's why I need this word so badly.