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.