@slightlyoff procurement processes, performance budgets, accessibility standards.
You pointed these things out in part 4, and I agree with them.
Frontend frameworks and code bloat are a symptom. I saw the same behaviour in Classic ASP as you're complaining about now in frontend frameworks.
Even without JavaScript, poorly run organisations will just make horrific sites on the server, fixing none of the issues you care about.
@negative12dollarbill at the most basic level, `expect(method_under_test(args)).toEqual(expected);`
If everything is in-line on the page, you can't really do that.
MDN coming in clutch https://github.com/mdn/js-examples/tree/main/module-examples/basic-modules
I'm trying to find a way to build a static page with tested code that doesn't use React or templating.
Just HTML, CSS and some easy wiring to the tested code.
I am struggling!