Well but you're saying the same: that uses non deprecated methods. In the
moment that you have to do a search & replace you are following what I was
saying: sometimes even with java YOU DO NEED to do S&R. 

-MI
-----Original Message-----
From: cake-php@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of nate
Sent: Tuesday, October 24, 2006 1:31 PM
To: Cake PHP
Subject: Re: Planning on CakePHP future versions


The Java argument also doesn't really hold up, because in most cases,
methods are simply renamed, or moved to a different object.  Which means
that updating an app to the current release is usually a simple matter of a
search-and-replace.  It also doesn't hurt to be an efficient coder, and have
automated tests set up for your application so you don't have to go
searching for those things...

All other 1.2 API changes are additive, which means added methods, and added
parameters to existing methods, which means that all 1.1 code that uses
non-deprecated methods is completely forwards-compatible.

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.408 / Virus Database: 268.13.11/493 - Release Date: 10/23/2006
 


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to