Should Javascript be separated into files by page or consolidated into one file?

Posted by zsharp on Stack Overflow See other posts from Stack Overflow or by zsharp
Published on 2010-03-26T22:27:42Z Indexed on 2010/03/26 22:33 UTC
Read the original article Hit count: 99

Filed under:
|
|

Should I be separating my js for each page assuming there is no overlap and putting references on each page instead of having one master file? what is typical practice? thanks

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery