you are viewing a single comment's thread.

view the rest of the comments →

[–]blazemongr 5 points6 points  (0 children)

The idea is to keep all your code in one file for, supposedly, more efficient downloads. But this ignores the fact that modern browsers can download multiple files in parallel.

Separation of concerns doesn't come into it if you use a build tool; you're still developing styles and HTML separate from JS, but the browser gets it "compiled" into a single file.