this post was submitted on 16 Jun 2023
167 points (96.1% liked)

Programmer Humor

32375 readers
851 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Freesoftwareenjoyer 1 points 1 year ago

Yes, but then the browser will fetch them with separate HTTP requests. You might not want to wait for 10 requests to finish before your web app can load.

Also if you want to use the features of TypeScript or SASS (many people do), you will need to turn that code into something the browser will understand.