We currently have an addDisabledNode() method, with corresponding create() and dispose() methods, but can we can think of more descriptive names?
I've broken out the thesaurus, and come up with the potential alternatives as a starter:
createLatentNode() (activate() and deactivate())
createEmptyNode() (fill() and empty())
createVacantNode() (populate() and depopulate())
createInactiveNode() (activate() and deactivate())
createDormantNode() (wake() and hibernate())
We currently have an
addDisabledNode()method, with correspondingcreate()anddispose()methods, but can we can think of more descriptive names?I've broken out the thesaurus, and come up with the potential alternatives as a starter:
createLatentNode()(activate()anddeactivate())createEmptyNode()(fill()andempty())createVacantNode()(populate()anddepopulate())createInactiveNode()(activate()anddeactivate())createDormantNode()(wake()andhibernate())