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

Programmer Humor

31758 readers
543 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
[–] IDatedSuccubi@lemmy.world 97 points 1 year 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

[–] exu@feditown.com 28 points 1 year ago (1 children)

Is there a secret flag to disable the delays? Would be kinda awesome to have for "thosa in the know"

[–] IDatedSuccubi@lemmy.world 6 points 1 year ago

Most probably not, at least in my programs I've never made a flag, because my delays are usually no more than 3 seconds anyway

load more comments (18 replies)