为什么没有removeChildByName方法?

既然可以set name,就增加一个removeChildByName的方法吧,现在只有removeChildByTag, 虽然自己写个不麻烦,但总觉得这个应该和removeChildByTag一样写在node的属性才是合理

removeChildByTag(tag)

removeChild(sprite);