Re: [Rails] how to update a table which is connected with joins
On 13 June 2012 10:20, hanish jadala <emailtohoneyruby@gmail.com> wrote:
> hi Michael Pavling i can not change my
> relationship because i have used in many other places if i change
> relationship i have to make more changes in my app that is y i can not
> change my relationship.
So instead of doing a refactor to support the new functionality you
want (a moderately fiddly job to change "many other places" - but an
opportunity to DRY them up...), you're going to plan to bodge in
something that will make it practically impossible to ever refactor
this area of code in the future. This will make any future
functionality changes in this area an absolute nightmare.
Google "technical debt".
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home