FACN1 / week7-SPN

Saucy Psychic Ninjas Dinner Blog
https://guesthouse-dinners.herokuapp.com/
1 stars 0 forks source link

views #33

Open m4v15 opened 7 years ago

m4v15 commented 7 years ago

Expanding on issue #31 your top level views have a lot of html in them - you could put the table that is made in index.hbs in a partial and that way if you want to show it somewhere else you can easily.

jwld commented 7 years ago

I feel like this is good practice though - I would've thought you'd only want to make something a partial if you're using it more than once - until then it should stay in the view right? Makes it much clearer to read the code imo