> I agree that the internal variables should have ugly underscored > names. The problem is that it's not exactly trivial to replace > everything in a way that doesn't trash someone else's existing app or > plugin. I'd suggest starting a git branch started and having folks > run it against their apps to see what breaks.
I certainly think it's worth experimenting with this, however you'll need to set yourself a reasonable scope. A git branch which renames every single instance variable is unlikely to be useful. Perhaps start with things like @template in actionpack and the association proxy's instance variables. I think a single underscore prefix will do, that's what we do already with @_request and friends. -- Cheers Koz --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" 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/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
