6 messages in com.googlegroups.pylons-discussRe: should I code against the current...
FromSent OnAttachments
Jose Galvez30 Jul 2007 19:10 
Max Ischenko30 Jul 2007 22:34 
Jose Galvez30 Jul 2007 23:30 
Christoph Haas31 Jul 2007 00:18 
Max Ischenko31 Jul 2007 02:21 
jose01 Aug 2007 12:39 
Subject:Re: should I code against the current release or the 0.96rc?
From:Max Ischenko (isch@public.gmane.org)
Date:07/30/2007 10:34:08 PM
List:com.googlegroups.pylons-discuss

On 7/31/07, Jose Galvez <jj.g@public.gmane.org>
wrote:

Hi all, I've got a pretty big project that is almost done with phase one, but will undoubtedly need updates in the very near future. Since I know that this will be a "work in progress" for at least the near future the big question is should I code against the current release (which it is currently written against) or should I just bite the bullet and chagne my code base now the for 0.96? Any thoughts?

I would advise upgrading.

It took me almost two days to complete the migration, mostly because I had a lot of extension code. But postponing it means increasing your "technical debt". I'd only do it in the face of a deadline.

Max.