為什麼 Windows 10 不能穩定下來?
(1) Microsoft 自己決定(不是用家要求)要一年推出兩次重大更新,上 ...
Jamesbond007 發表於 2018-11-9 10:23 
還有一個因素, 之前睇過一篇文, 值得睇睇, 講依加程式碼就算無經過測試都可以同其他程式碼整合/測試失敗都照整合/明知道程式碼不能正常運作都照整合令到主體程式碼既穩定性下降...
當然我唔同意篇文講話如果將大更新次數減少情況都唔會改變啦...
This tells us some fundamental things about how Windows is being developed. Either tests do not exist at all for this code (and I've been told that yes, it's permitted to integrate code without tests, though I would hope this isn't the norm), or test failures are being regarded as acceptable, non-blocking issues, and developers are being allowed to integrate code that they know doesn't work properly. From outside we can't tell exactly which situation is in play—it could even be a mix of both—but neither is good.
The fundamental flaw is that destabilizing your codebase by integrating inadequately tested features, and then hoping to fix up all the problems later, is not a good process. It wasn't good when Windows was released every three years, and it's not good when it's released every six months.
https://arstechnica.com/gadgets/2018/10/microsofts-problem-isnt-shipping-windows-updates-its-developing-them/ |