Gradual Refactoring

As we improve the design of our network abstraction layer, we’re slowly making functions more generic and deleting out-of-date functions. The trick in doing this, as with all big refactorings, is to take small steps that keep our code working and us in control at every step of the way. So far so good.

comments powered by Disqus