Hi guys,
I have an application that is growing piece by piece, table by table, and as it grows, as do the number of view scripts the application needs. In order to ease maintenance on these, I've managed to make the vast majority of the views indentical across controllers, by just passing the relevant variables in to the view. Of course, this means I still have to cut and paste the views each time I make a change to one of them, which is clearly inefficient. So, what's the standard way around this? I saw Action Helpers, and they seem like they would do the trick, but I'm not sure if that's considered "best practice". Any ideas?
