Tali Roth, the then product manager working on the core Windows user experience, including the Start menu, taskbar, and notifications, took up the question and talked about how building the taskbar from scratch meant that they had to cherry-pick things to put into the feature list first, and the ability to move the taskbar didn’t make the cut, for several reasons that Microsoft values.
WHY WOULD YOU DO THAT?!
If you have working code, why would you rewrite it from scratch? Refactor, sure. Overhaul, maybe. But why rewrite the whole thing?! You’re gaining nothing but unnecessary bugs.
I know all the joke answers. To justify a product manager’s salary, because Microsoft gonna Microsoft, whatever. I want to know the real reason. Why would you ever rewrite working code from scratch if you don’t have to?
Typhoon@lemmy.ca 3 days ago
Probably to add something terrible for the user but good for MS. Ad integration? Easier to spy?
ilinamorato@lemmy.world 3 days ago
That’s fair, but even with that, it’s got to be easier to shove it into existing code. Especially if you’re trying to do it in a way that people don’t notice!
And actually, the Windows 10 start menu infamously had ads, too. So it can’t be that.
partofthevoice@lemmy.zip 3 days ago
Could be that refactoring the code for Windows 11 compatibility, and new features, would have been roughly equivalent in effort to rebuilding. If the code has been poked and probed for years already, still follows old patterns, and have devolved into a tightly coupled mess of scattered system dependancies… maybe it just becomes easier to justify rebuilding it as a way of clearing out technical debt?
ForgotAboutDre@lemmy.world 3 days ago
The people responsible only had experience with React, so they rebuilt it using React.