SEAPUNK / socketeer

yet another websocket framework
MIT License
3 stars 0 forks source link

Use a private namespace for private class variables #65

Open SEAPUNK opened 8 years ago

SEAPUNK commented 8 years ago

It will make conflicts so much less painful. Remember this._events?

SEAPUNK commented 8 years ago

ACTUALLY, I'm going to make private functions outside of the class, where the calls to private functions pass its own class.

SEAPUNK commented 8 years ago

Well, I'm doing both.