Trying to improve my coding styles I\'ve tried different solutions but I can\'t figure out what is the best. I\'ve started putting JavaScript inside my views but I don\'
A separate file for tidiness at the least. The less languages you put into each file, the easier it will be to read what it does at a glance.