|
|
|
|
|
by RetroTechie
26 days ago
|
|
One could say that (for whatever reasons) many software makers do a poor job of keeping non-essential stuff out of their software. And/or do a poor job of taking the shortest route from user input -> result. Never mind UI design. Similar thing is happening with web sites. Lately I've done "view page source" on eg. news sites I visit. Common pattern: 100s of KB html, loads & loads of meta tags, then a mountain of CSS junk, embedded scripts etc, and at the very end: maybe 3..5 paragraphs of text (a few dozen words each) with actual content. That's not counting images, video or external scripts, stylesheets, fonts etc. Oh and images not from the actual subject discussed, but 'random' sample illustration from an image library. Ok sure, you want to add some meta-tags to html documents. You want a page to look good, and run a couple of scripts. But do you need a MB+ of that to provide a few KB of text to your visitors? NO YOU DON'T. >95% of that is non-essential crap that shouldn't be there in the 1st place. There's little doubt in my mind that (most) software development works the same way. Bad incentives -> crappy software. |
|