vote up 10 vote down star
6

Throughout the history of software development, it sometimes happens that some person (usually unknown, probably unwittingly) made what, at the time, seemed a trivial, short-term decision that changed the world of programming. What events of this nature come to mind, and what have been our industry's response to mitigate the pain?

Illustration (the biggest one I can think of): When IBM designed the original PC, and decided to save a couple dollars in manufacturing costs by choosing the half-brain-dead 8088 with 8-bit-addressable memory, instead of one of the 16-bit options (8086, 680n, etc.), dooming us to 20 years of address offset address calculations.

(In response, a lot of careers in unix platform development were begun.)

Somewhere toward the other end of the scale lies the decision someone made to have a monster Shift Lock key at the left end of the keyboard, instead of a Ctrl key.

flag
show 9 more comments

33 Answers

prev 1 2
vote up 16 vote down

Paul Allen deciding to use the / character for command line options in MS DOS.

link|flag
show 6 more comments
vote up 4 vote down

Apple ousting Steve Jobs (the first time) to be led by a succession of sugar-water salemen and uninspired and uninspiring bean counters.

link|flag
vote up 23 vote down

Allocating only 2 digits for the year field.

And the mitigation was to spend huge amounts of money and time just before the fields overflowed to extend them and fix the code.

link|flag
show 3 more comments
prev 1 2

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.