Comment on Are we ready for javascript without a build step on the front end in 2023?

<- View Parent
alr@programming.dev ⁨1⁩ ⁨year⁩ ago

That’s a great point. In any sort of enterprise system, you should be unit-testing your front end when you commit, and you should be UI-testing your front end before you deploy. If you’re in a CI/CD pipeline, that normally happens right after the build step. If you need to have the pipeline running anyways, you might as well build.

source
Sort:hotnewtop