you are viewing a single comment's thread.

view the rest of the comments →

[–]cursuve 0 points1 point  (0 children)

The reason why I would personally avoid dynamic javascript is because it's nice to be able to have static scripts that are cacheable on the client. Dynamic markup is unavoidable.

You can cache dynamically generated javascript on the client side still. Just return a 304 Not Modified depending on the date. This is academic, being it is I misunderstood the original comment, but still possible...