Trying to refactor/move large chunks of code around leads to a lot of confusion for people when trying to deal with all the trailing brackets and semicolons that need to be moved around.
We need to think of a better way to walk people through:
- Refactoring the
ListView ItemTemplate into the VideoItemTemplate method
- Moving the
ListView into the FeedView ValueTemplate
- Adding the other
FeedView templates
Trying to get people to copy just the right section of code from the generated pages for NoneTemplate/ErrorTemplate in the plugin is very difficult