Re: Managing SPDY Evolution
Jason Duell <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.netlib |
|---|---|
| Message-ID | <[email protected]> |
On 04/25/2012 02:13 PM, Patrick McManus wrote: > I want to split N and N-1 > up into two different classes with N being created from a clone of N-1 > and then modified locally. I'll then implement an abstract SpdySession > which can create either version of a concrete implementation and provide > a more stable interface for the connection manager etc to use.. This > results in code duplication but it also lets rev N-1 stay stable and > regression free as N gets worked over and keeps each one a little > simpler than the aggregate would be. Sounds like a good plan to me.