DEV Community

Discussion on: In programming, is it better to have many small files or one large file?

Collapse
 
azarouamine profile image
AzarouAmine

Spiting your JS into multiple files is more readable for me. And I don't think it's a bad thing because even if you call several scripts in an html file for example, the navigator will simply put all your scripts in one giant script.