Re: [hybi] Versioning is a anti-pattern

Julian Reschke <julian.reschke@gmx.de> Fri, 03 September 2010 07:32 UTC

Return-Path: <julian.reschke@gmx.de>
X-Original-To: hybi@core3.amsl.com
Delivered-To: hybi@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id CDABC3A6820 for <hybi@core3.amsl.com>; Fri, 3 Sep 2010 00:32:22 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -103.672
X-Spam-Level:
X-Spam-Status: No, score=-103.672 tagged_above=-999 required=5 tests=[AWL=-1.074, BAYES_00=-2.599, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rD4jYbJxEURf for <hybi@core3.amsl.com>; Fri, 3 Sep 2010 00:31:52 -0700 (PDT)
Received: from mail.gmx.net (mailout-de.gmx.net [213.165.64.22]) by core3.amsl.com (Postfix) with SMTP id 836C73A6807 for <hybi@ietf.org>; Fri, 3 Sep 2010 00:31:37 -0700 (PDT)
Received: (qmail invoked by alias); 03 Sep 2010 07:31:54 -0000
Received: from p508FA929.dip.t-dialin.net (EHLO [192.168.178.33]) [80.143.169.41] by mail.gmx.net (mp010) with SMTP; 03 Sep 2010 09:31:54 +0200
X-Authenticated: #1915285
X-Provags-ID: V01U2FsdGVkX194bqoN0T54fgAJ7tTKUYhc+FIR/BFqIbx52Px4cw nYXtEVnDaOrLRl
Message-ID: <4C80A460.3000405@gmx.de>
Date: Fri, 03 Sep 2010 09:31:44 +0200
From: Julian Reschke <julian.reschke@gmx.de>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.8) Gecko/20100802 Lightning/1.0b2 Thunderbird/3.1.2
MIME-Version: 1.0
To: John Tamplin <jat@google.com>
References: <20100901224502.0519B3A687C@core3.amsl.com> <AANLkTikP1CF22fL0rBniXmrxEoBAbTNfzP9kyiNA4nbb@mail.gmail.com> <AANLkTi=_1m36ThFZTH_aGE_Unz0KTeexJq_74UGr2j+u@mail.gmail.com> <alpine.DEB.2.00.1009022022090.7470@tvnag.unkk.fr> <AANLkTinyQUYn_zRZKPC0Gp7MeT13O2jhXu1EyNLOojXR@mail.gmail.com> <AANLkTikkGGJ1dhzP7z-qnxiAs_Bus8rEecV0YBO9Uw5N@mail.gmail.com> <alpine.DEB.2.00.1009030843230.25862@sirius> <AANLkTinknBSfH1GfzRunvu-W4LAO9u9Nq59LFnPBbJ+p@mail.gmail.com>
In-Reply-To: <AANLkTinknBSfH1GfzRunvu-W4LAO9u9Nq59LFnPBbJ+p@mail.gmail.com>
Content-Type: text/plain; charset="UTF-8"; format="flowed"
Content-Transfer-Encoding: 7bit
X-Y-GMX-Trusted: 0
Cc: hybi <hybi@ietf.org>
Subject: Re: [hybi] Versioning is a anti-pattern
X-BeenThere: hybi@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Server-Initiated HTTP <hybi.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/hybi>, <mailto:hybi-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/hybi>
List-Post: <mailto:hybi@ietf.org>
List-Help: <mailto:hybi-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/hybi>, <mailto:hybi-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 03 Sep 2010 07:33:02 -0000
X-List-Received-Date: Fri, 03 Sep 2010 07:33:02 -0000

On 03.09.2010 08:56, John Tamplin wrote:
> ...
> The point is, these clients will still exist whether there is a version
> in new drafts or not.  Even the question of whether you care about
> making them work is orthogonal to the question of whether to put a
> version on them or not.  The only thing having a version does for you is
> to know which version of the protocol the other end is speaking, rather
> than having to guess from the information it sent.  Unless you just send
 > ...

Which might be impossible to do.

 > ...
> something and hope it works, you still ultimately decide "the remote
> endpoint is speaking v76" in either case -- what you do with it after
> that is up to you -- it could be that you drop the connection as
> incompatible, or it could be you speak v76 to it.
> ...

Yes. Sounds like a feature to me, at least before we get to 1.0.

Another benefit is that it might be easier to do comparisons between two 
draft protocols.

Best regards, Julian