If you're just going to sit there doing nothing, at least do nothing correctly
devblogs.microsoft.com
If you're just going to sit there doing nothing, at least do nothing correctly
1–10 of 356 posts
Re: If you're just going to sit there doing nothing, at least do nothing correctly
#2Re: If you're just going to sit there doing nothing, at least do nothing correctly
#3I have a feeling that "solutions" like this are part of why an increasing number of my computing problems take the form of, "I tried to take an action, nothing happened. No error, no activity, nothing.", and are impossible to debug or diagnose. UX designers made themselves terrified of ever showing an error code to a user, but they took that and replaced it with a world where your shit just doesn't work, and when you try to figure out why, all the OS does is shrug.
Re: If you're just going to sit there doing nothing, at least do nothing correctly
#4This must be satire. Otherwise I can't comprehend how something as infuriating as this could be presented as a good or smart thing to do UX-wise
Re: If you're just going to sit there doing nothing, at least do nothing correctly
#5I thought we learned from that experience. Apparently not.
Re: If you're just going to sit there doing nothing, at least do nothing correctly
#6If that's really the suggestion of product and engineering leadership at MSFT no wonder all their products...err...work as designed.
Re: If you're just going to sit there doing nothing, at least do nothing correctly
#7Re: If you're just going to sit there doing nothing, at least do nothing correctly
#8I understand the logic here, and I'm aware Microsoft has a large number of convoluted backward-compatibility requirements, but this seems like drinking to solve your problems and just putting off the inevitable hangover. To be clear: what you're doing here is lying to the user and the developer. Maybe that's justified in isolation, but now this lie is one more bit of "hidden state" you have to keep track of in furthe…
Now when something goes wrong the system just kinda gets lazy and stops working. But it won’t crash.
I’ve had my mac pinwheel on the login screen. I can still access the shell and file shares remotely, and even screen share to a logged in user.
But login.app refuses to crash so it’ll just pinwheel.
I’m glad I never forgot to turn things off and on for troubleshooting :(
Re: If you're just going to sit there doing nothing, at least do nothing correctly
#9Once upon a time it was considered a great strategy for browsers to make the best effort to display a page, even if the html code had errors. Just try to guess the author's intention as well as you can, and go ahead. Errors are bad. Users don't want errors. I thought we learned from that experience. Apparently not.