So I thought why not store all the data in one object, that is, I have an EventEmitter object and I had an idea why not to store data in it. that is, to be
var myee = new EventEmitter(); myee.on() myee.data = [] myee.objects = {data: value} How bad it can be in terms of littering an EventEmitter object