Slashdot Mirror


Possible Reason Behind Version Hop to Windows 10: Compatibility

First time accepted submitter ndykman (659315) writes The Independent reports that a MS developer has suggested a real reason behind the Windows 10 name: old code. More specifically, code that looks for "Windows 9" to determine the Windows version. Fine for Windows 95 or Windows 98, but not so great for a new operating system. The article includes a link that shows that yes, this would be a problem.

1 of 349 comments (clear)

  1. Windows ... by argee · · Score: 1, Troll

    if (os.startsWith("Windows")
          use linux
    fi

    # There you go, fixed it for you.