
Better testing
developers seeking a way of triggering the infamous Windows blue screen of death to test how their code will react to the abrupt stop.
You must be joking.
As an application developer my responsibility starts and ends with my app. If your shit OS crashes at will then why should I try and handle that in my application? The source of the error isn't my application, it's the underlying OS, or more specifically it's inability to handle problems without taking everything else down with it.
The only thing I could try and do is make sure the state/data in my app is retained to a point where the user doesn't lose anything critical. If the OS blue screens it's not just my app that's affected.
Better testing? Maybe Microsoft should try it with their own OS before telling other developers to work around Microsoft's own failures.