veganism.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Veganism Social is a welcoming space on the internet for vegans to connect and engage with the broader decentralized social media community.

Administered by:

Server stats:

240
active users

#apidesign

2 posts2 participants0 posts today

To everyone out there that designs any interface that interacts in living humans in any shape or form: Take notes. This is an exquisite way to react to an error state:

1) Anticipate what the user might wanted to do.
2) Do heuristics to point them to correct direction.
3) Provide copy&paste-able ways to move forward.

The "principle of least surprise" is one of my north stars when designing APIs: an interface should behave exactly as most people would expect it to behave.

But damn, it is hard work.
Every design decision turns into a deep dive through all the possible edge cases.

Let's go through a journey using Pavex's fallback handlers as a driving example!