this post was submitted on 15 Jul 2023
799 points (97.6% liked)

Programmer Humor

36708 readers
20 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 99 points 2 years ago (20 children)

This is what I and many other programmers have done (not the removal, but fake delays), because it improves user experience, actually:

1.When the user clicks a button that should take long in their mind (like uncompressing a zip file etc) but is actually fast, it might seem like something is wrong and it didn't work

2.When the user transitions between layouts of the application, if it loads everything too fast it will look too abrupt, a fake delay will be made here if a transition animation is not possible/doesn't fit

[โ€“] [email protected] 13 points 2 years ago

There was a financial calculator from HP that they made for decades. The newer ones were so fast doing large mortgage calculations that the users didn't trust it, so they intentionally slowed down the results.

load more comments (19 replies)