site banner

Friday Fun Thread for April 19, 2024

Be advised: this thread is not for serious in-depth discussion of weighty topics (we have a link for that), this thread is not for anything Culture War related. This thread is for Fun. You got jokes? Share 'em. You got silly questions? Ask 'em.

1
Jump in the discussion.

No email address required.

There's actually a whole discussion around that. iOS popularized it, then Apple started including saving edits by default in some of their apps like Preview. They added a "create duplicate" menu item if you want to preserve the original. Designers live on their iPads, so it's been infecting other apps ever since.

The other change is how most web apps do "save edits automatically" now. Previously the standard was to present the user an empty form, let them fill in values, then create when they hit save.

Apple changed it to create an item (the item is actually created), then edit the item where your edits are saved by default. The big downside to this is that things get messy when a field has to be unique or it's expensive to update.

I've had many nightmare codebases where the designer wanted Apple style, the backend people wanted traditional style, and neither were willing to sit down and discus the differences.