|
|
|
|
|
by jiggawatts
1086 days ago
|
|
A huge influx of “programmers” that knew only JavaScript and thought that HTTP is the only network protocol, that’s why. But seriously, the root cause of the regression is the web and its associated limitations, quirks, and bad habits. For example, many web developers started out with eval() and maybe JSON which they thought was simple because it is text based and can be interactively experimented with in the browser console. They could “get started quickly” and they were “moving too fast” to think about codegen tooling, protocol efficiency, typing, or security. Doesn’t matter, they hooked up the form, push it to prod! It’s a cycle that happens over and over in IT, a variant of the eternal September. |
|