note35/sinon

[Spike] Research the possibilities to remove CALLQUEUE

Closed this issue · 1 comments

According to the comment in this closed PR (#8 (comment)), we can consider to remove the global CALLQUEUE variable, because it's not necessary anymore. And using global variable is definitely a bad design.

I believe I can remove CALLQUEUE. It doesn't seem too difficult.