this post was submitted on 10 Sep 2023
79 points (100.0% liked)

Programming

13226 readers
1 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] fushuan@lemm.ee 1 points 1 year ago

And there are advantages to vanilla JS - it removes the compilation step from one language to another

IDK about the potency of the pc they used to compile but... it takes less than 10 seconds usually, booting up the testing server with the updated code though CI/CD takes much longer. it's not abouthte compilation step, that's a non-issue, it's about the extra effort they don't want to put to do the typing.