[PHP] Re: Renaming all variables in a repository

2009-07-23 Thread Eddie Drapkin
On Thu, Jul 23, 2009 at 1:50 PM, Greg Beaver wrote: > Eddie Drapkin wrote: >> Hey all, >> we've got a repository here at work, with something like 55,000 files >> in it. For the last few years, we've been naming $variables_like_this >> and functions_the_same($way_too).  And now we've decided to swi

[PHP] Re: Renaming all variables in a repository

2009-07-23 Thread Greg Beaver
Eddie Drapkin wrote: > Hey all, > we've got a repository here at work, with something like 55,000 files > in it. For the last few years, we've been naming $variables_like_this > and functions_the_same($way_too). And now we've decided to switch to > camelCasing everything and I've been tasked with