[–] MrBra 11y ago ↗ Without having inspected the repo too much I ask myself.. (well, not just myself).. how is this different from requiring an external .js in your view except for a different, nice stylistic choice? [–] s12chung 11y ago ↗ I try to make it clean having different JS for each individual HTML response. Plus, JSON parameters.The alternative is usually having script tags with written JS inside, which is ugly.
[–] s12chung 11y ago ↗ I try to make it clean having different JS for each individual HTML response. Plus, JSON parameters.The alternative is usually having script tags with written JS inside, which is ugly.
2 comments
[ 5.7 ms ] story [ 13.7 ms ] threadThe alternative is usually having script tags with written JS inside, which is ugly.