Originally posted by Laurie
i would agree if this was the only bug needing attention or already fixed.
but there are bugs that have been here for years. and surely the patches should be tested, somehting like an invisble hill would of shown up in tests, if they had been taken.
Maybe, maybe not.
A little story....
Years ago I wrote games and had about 50 testers available to me. After initial release of one game, I had a few bugs that cropped up. Patched the bugs, tested with the test group and all was fine. Released it and in the MMO environment things changed. I wound up with even more bugs that nobody spotted in the test environment.
Changing one thing in a program can and usually will affect 10 other items that you don't anticipate, overlook or just plain forget about until it's too late.
For example, the simple omission of a single = can wreak havoc in a program.
username = "Laurie" is not the same as username == "Laurie" and either will compile correctly with a huge difference in results. Although in this case you'd probably want something like (strcmp(username,"Laurie") == 0)
Everyone complains about being testers. Think about that. No program is perfect. Every program, including the operating system on your computer has bugs. If it didn't then MS wouldn't release updates to XP and every other program they make on a regular basis.