Comment Re:Don't deserve it (Score 1) 104
I remember once, back in the late '80s, doing some contract programming for an insurance company, as part of a team putting together a package for doctors to use to report claims. DOS was still king and the best CPU was a 486 so memory was limited. As we couldn't expect our customers to have huge amounts of RAM by those standards, or have their machines well optimized, there was a specific minimum amount of available RAM expected. In fact, we had one test machine with exactly that much memory and if the program you wrote wouldn't work on it, you had to find ways to make it fit, including overlays. I wonder how many of today's "software engineers" could manage to work with that kind of constraint. And, the language we used was C; not C++, although it was available, but good old K&R C.