For essentially my whole career I've been working for companies with MVC-ish web applications. There's been a few common things that I worked to resolve such as:<p>- script tags on every page<p>- copy/pasted code<p>- multiple versions of the same dependency (such as a different version of jquery on every page)<p>- ad hoc approach<p>- reinventing the wheel<p>- no testing<p>- no linting<p>Over the last few years I've honed an approach that I feel could benefit other developers who are in the same boat. It's basically a set of steps for modernising front-end code and taking back control of your codebase.<p>I plan to cover things like:<p>- code bundling<p>- effective folder structure<p>- refactoring inline scripts into the bundle<p>- code execution using location/hash parsing<p>- introducing view engines like react/vue<p>- choosing the right language (vanillaJS, es6, typescript etc)<p>My gut says that there are plenty of teams working on applications like what I have described above and yearn for a better process. My question is... would anyone buy it?