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 0 vote down

We have that covered by helpful libraries these days, but the moron at Netscape that decided that cookie-expriation dates should be human readable should take measure to never meet me in person.

link|flag
vote up 3 vote down

Netscape's decision to rewrite their browser from scratch. This is arguably one of the factors that contributed to Internet Explorer running away with browser market share between Netscape 4.0 and Netscape 6.0.

link|flag
vote up 1 vote down

DOS's 8Dot3 file names, and Windows' adoption of using the file extension to determine what application to launch.

link|flag
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.