Object-Orientatiating

Now that we’ve converted our real_time_network module to a RealTimeConnection class, there’s a bunch of opportunities for improving the quality of the code. We introduce fail-fast code, get rid of our shared socket state, and improve our encapsulation.

comments powered by Disqus