> There were substantial changes between the pre-beta and the stable version. > With the massive app I wrote, I did not have time to create test cases. I > then upgraded to a beta version, an the entire app broke. Most importantly > were the find conditions that used like or !=. That is a good reason to use > pre-beta software: when api changes are so substantial that it will break > your app.
test cases aside, most things can be sorted with project wide find and replace, eg: find: "=>"!= replace: !="=>" (off top of head!) etc gotta be done at some point, might as well get it over with before you add even more. I started with 1.2 in pre-beta, but upgraded continually with the nightlies, which meant I had to deal with small but frequent api changes, rather than loads of changes in one hit. j -- jon bennett w: http://www.jben.net/ iChat (AIM): jbendotnet Skype: jon-bennett --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
